@vkontakte/graph-cache-js
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "@vkontakte/graph-cache-js", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha ./tests/lib/*.js -A", | ||
"test": "yarn run install-deps && mocha ./tests/lib/*.js -A", | ||
"test-watch": "mocha ./tests/lib/*.js -w -A", | ||
"postinstall": "cd ./tests/fixtures/namespace && npm install " | ||
"install-deps": "cd ./tests/fixtures/namespace && npm install " | ||
}, | ||
@@ -14,7 +14,7 @@ "author": "Termina1", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"eslint": "^3.16.1", | ||
"eslint-config-google": "^0.7.1", | ||
"mocha": "^2.5.3" | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^6.0.1", | ||
"eslint-config-google": "^0.13.0", | ||
"mocha": "^6.1.4" | ||
}, | ||
@@ -24,3 +24,3 @@ "dependencies": { | ||
"babylon-walk": "^1.0.2", | ||
"graphlib": "^2.1.0", | ||
"graphlib": "^2.1.7", | ||
"lodash.memoize": "^4.1.2", | ||
@@ -27,0 +27,0 @@ "uuid": "^3.3.2" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
75468
0
Updatedgraphlib@^2.1.7