react-notification
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "react-notification", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Snackbar style notification component for React.", | ||
"main": "web_modules/notification.js", | ||
"main": "dist/notification.js", | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"build:js": "./node_modules/.bin/jsx --harmony ./src ./dist", | ||
"build:jsx": "./node_modules/.bin/jsx --harmony -x jsx ./src ./dist", | ||
"build": "npm run build:js && npm run build:jsx", | ||
"test": "jest", | ||
"start": "webpack --watch --progress --colors" | ||
"start": "webpack --watch --progress --colors", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -10,0 +15,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
11712
7
226
1