preact-range-slider
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,2 +8,8 @@ # Change Log | ||
## [0.1.2] - 2017-06-21 | ||
### Fixed | ||
- Remove postinstall script from package.json. | ||
## [0.1.1] - 2017-06-21 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "preact-range-slider", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Preact component for input values with range slider", | ||
@@ -19,3 +19,2 @@ "main": "es5/index.js", | ||
"prepublishOnly": "npm run lint && npm run build:all && npm run minify", | ||
"postinstall": "npm run build:all && npm run build:demo", | ||
"build:demo": "cd demo && tsc && rollup -c", | ||
@@ -22,0 +21,0 @@ "build:styles": "dart-sass ./assets/index.scss > ./assets/index.css" |
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
231960
0