@hyperjump/json-schema-core
Advanced tools
Comparing version 0.28.3 to 0.28.4
{ | ||
"name": "@hyperjump/json-schema-core", | ||
"version": "0.28.3", | ||
"version": "0.28.4", | ||
"description": "A framework for building JSON Schema tools", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"prepublishOnly": "npm run build", | ||
"postinstall": "npx rimraf dist" | ||
"postinstall": "node -e \"require('fs').rmSync('dist', { recursive: true })\"" | ||
}, | ||
@@ -22,0 +22,0 @@ "repository": "github:hyperjump-io/json-schema-core", |
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
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
3361532