contentful-cli
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "contentful-cli", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Contentful CLI tool", | ||
@@ -32,2 +32,3 @@ "main": "dist/contentful.js", | ||
"test:e2e": "JEST_SUITE_NAME=\"Unit Tests\" JEST_JUNIT_OUTPUT_NAME=\"e2e-tests.xml\" cross-env jest --testPathPattern=test/e2e --verbose", | ||
"postinstall": "patch-package", | ||
"precommit": "npm run prettier:write && lint-staged", | ||
@@ -110,2 +111,3 @@ "prepush": "jest --changedSince master test/unit/**", | ||
"open": "^8.0.5", | ||
"patch-package": "^8.0.0", | ||
"path": "^0.12.7", | ||
@@ -112,0 +114,0 @@ "prettier": "^2.0.2", |
{ | ||
"name": "contentful-cli", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Contentful CLI tool", | ||
@@ -32,2 +32,3 @@ "main": "dist/contentful.js", | ||
"test:e2e": "JEST_SUITE_NAME=\"Unit Tests\" JEST_JUNIT_OUTPUT_NAME=\"e2e-tests.xml\" cross-env jest --testPathPattern=test/e2e --verbose", | ||
"postinstall": "patch-package", | ||
"precommit": "npm run prettier:write && lint-staged", | ||
@@ -110,2 +111,3 @@ "prepush": "jest --changedSince master test/unit/**", | ||
"open": "^8.0.5", | ||
"patch-package": "^8.0.0", | ||
"path": "^0.12.7", | ||
@@ -112,0 +114,0 @@ "prettier": "^2.0.2", |
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
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
480948
39
2
+ Addedpatch-package@^8.0.0