git-precommit-checks
Advanced tools
+11
-11
| { | ||
| "name": "git-precommit-checks", | ||
| "description": "Customizable checks on pre-commit (staged) contents", | ||
| "version": "3.0.1", | ||
| "version": "3.0.2", | ||
| "engines": { | ||
@@ -40,8 +40,8 @@ "node": ">=v8.9.0" | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^8.2.0", | ||
| "@commitlint/config-conventional": "^8.2.0", | ||
| "@semantic-release/commit-analyzer": "^6.3.0", | ||
| "@semantic-release/git": "^7.0.16", | ||
| "@commitlint/cli": "^8.3.5", | ||
| "@commitlint/config-conventional": "^8.3.4", | ||
| "@semantic-release/commit-analyzer": "^6.3.3", | ||
| "@semantic-release/git": "^7.0.18", | ||
| "@semantic-release/npm": "^5.2.0", | ||
| "@semantic-release/release-notes-generator": "^7.3.0", | ||
| "@semantic-release/release-notes-generator": "^7.3.5", | ||
| "chai": "^4.2.0", | ||
@@ -53,5 +53,5 @@ "chai-jest-diff": "^1.0.2", | ||
| "eslint-config-standard": "^12.0.0", | ||
| "eslint-plugin-import": "^2.18.2", | ||
| "eslint-plugin-import": "^2.20.1", | ||
| "eslint-plugin-node": "^7.0.1", | ||
| "eslint-plugin-prettier": "^3.1.1", | ||
| "eslint-plugin-prettier": "^3.1.2", | ||
| "eslint-plugin-promise": "^4.2.1", | ||
@@ -64,6 +64,6 @@ "eslint-plugin-standard": "^4.0.1", | ||
| "precise-commits": "^1.0.2", | ||
| "prettier": "^1.18.2", | ||
| "semantic-release": "^15.13.24", | ||
| "prettier": "^1.19.1", | ||
| "semantic-release": "^15.14.0", | ||
| "sinon": "^7.5.0", | ||
| "sinon-chai": "^3.3.0" | ||
| "sinon-chai": "^3.4.0" | ||
| }, | ||
@@ -70,0 +70,0 @@ "commitlint": { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
49529
0