From 1ee16edc6a3ac12ec9bdd9d6f87993302b41fc4b Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Tue, 24 Sep 2019 16:10:11 -0400 Subject: [PATCH 1/6] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ce2bcd..c7ef820 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "node": ">= 6.0" }, "dependencies": { - "@airbnb/node-memwatch": "^1.0.2", + "@aidemaster/node-memwatch": "^1.0.5", "es6-error": "^4.0.2", "left-pad": "^1.1.3", "minimist": "^1.2.0", From 438571812c2e82428b9805ae9ab48b14a5f70873 Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Tue, 24 Sep 2019 16:10:48 -0400 Subject: [PATCH 2/6] Update index.js --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 0b92a79..883f95c 100644 --- a/lib/index.js +++ b/lib/index.js @@ -21,7 +21,7 @@ */ const fs = require('fs') -const memwatch = require('@airbnb/node-memwatch') +const memwatch = require('@aidemaster/node-memwatch') const minimist = require('minimist') const path = require('path') const { createResult } = require('./result') From 84e23d79b42497b81ebbfea3c11c28725e427f68 Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Tue, 24 Sep 2019 16:12:19 -0400 Subject: [PATCH 3/6] npm audit --- package-lock.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfd47ce..9766355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,10 +4,10 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "@airbnb/node-memwatch": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@airbnb/node-memwatch/-/node-memwatch-1.0.2.tgz", - "integrity": "sha512-2R+MEEMSTUdKwQ6NFWkyA/UNoSjL1tMldZqJbZpgXSwNMBzlNlkUWEXKu9RqTTMkDqJRfGJ2VDs8gPlPK2APDQ==", + "@aidemaster/node-memwatch": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@aidemaster/node-memwatch/-/node-memwatch-1.0.5.tgz", + "integrity": "sha512-S4M2lc0EmlCwgchzKNO53r4vXsDE/FmF/t7ecvpEmvN/AhCHjhqsGQT/0URpkYMjIucVgJZsHRW2xpyj5RHeMw==", "requires": { "bindings": "^1.3.0", "nan": "^2.9.2" @@ -778,9 +778,9 @@ } }, "esprima": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz", - "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true }, "esquery": { @@ -1194,9 +1194,9 @@ "dev": true }, "js-yaml": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz", - "integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { "argparse": "^1.0.7", @@ -1276,9 +1276,9 @@ } }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "loose-envify": { From 9b24c7ae061f4ac96f98d3480d821a02329a42ad Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Tue, 24 Sep 2019 16:16:55 -0400 Subject: [PATCH 4/6] change package name --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c7ef820..f56cd71 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "leakage", + "name": "@brandonros/leakage", "version": "0.4.0", "description": "Memory leak testing for node. Javascript memory footprinting using your favorite test runner.", "main": "lib/index", @@ -9,11 +9,12 @@ }, "author": "Andy Wermke ", "contributors": [ - "Brandon Mills (https://github.com/btmills)" + "Brandon Mills (https://github.com/btmills)", + "Brandon Ros (https://github.com/brandonros)" ], "license": "MIT", - "repository": "andywer/leakage", - "bugs": "https://github.com/andywer/leakage/issues", + "repository": "brandonros/leakage", + "bugs": "https://github.com/brandonros/leakage/issues", "keywords": [ "memory leak", "testing", From 802488f306c046df2a13f4436c6649780d96c4de Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Tue, 24 Sep 2019 16:17:32 -0400 Subject: [PATCH 5/6] Revert "change package name" This reverts commit 9b24c7ae061f4ac96f98d3480d821a02329a42ad. --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f56cd71..c7ef820 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@brandonros/leakage", + "name": "leakage", "version": "0.4.0", "description": "Memory leak testing for node. Javascript memory footprinting using your favorite test runner.", "main": "lib/index", @@ -9,12 +9,11 @@ }, "author": "Andy Wermke ", "contributors": [ - "Brandon Mills (https://github.com/btmills)", - "Brandon Ros (https://github.com/brandonros)" + "Brandon Mills (https://github.com/btmills)" ], "license": "MIT", - "repository": "brandonros/leakage", - "bugs": "https://github.com/brandonros/leakage/issues", + "repository": "andywer/leakage", + "bugs": "https://github.com/andywer/leakage/issues", "keywords": [ "memory leak", "testing", From 175fe8efe7d0eab74f3856960eae363ef5d33547 Mon Sep 17 00:00:00 2001 From: Andy Wermke Date: Wed, 25 Sep 2019 04:48:54 +0200 Subject: [PATCH 6/6] Build in node 10, not yet 12 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f958fb..bce3c54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ addons: packages: - g++-4.8 node_js: - - node # Latest - - 9.0 - - 8.11 # LTS +# - node # Latest + - 10 + - 8 # LTS - 7.0 before_install: - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi