@eramux/graph-structure
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@eramux/graph-structure", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Typescript graph structure library for common graph operations", | ||
@@ -13,12 +13,4 @@ "main": "dist/Graph.js", | ||
"test": "jest --forceExit --coverage --detectOpenHandles", | ||
"postinstall": "husky install", | ||
"prepare": "husky install", | ||
"lint": "eslint --fix --ext .ts --ignore-path .gitignore .", | ||
"lint-staged": "lint-staged" | ||
"lint": "eslint --fix --ext .ts --ignore-path .gitignore ." | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts}": [ | ||
"eslint --fix" | ||
] | ||
}, | ||
"author": "Daniel Schneider", | ||
@@ -25,0 +17,0 @@ "license": "MIT", |
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
0
33472