drag-drop-stage-component
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "drag-drop-stage-component", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A component to \"drag'n drop\"-enable your projects, maintained and simple, light on dependencies", | ||
@@ -11,5 +11,6 @@ "main": "src/ts/index.ts", | ||
"scripts": { | ||
"postinstall": "npm run install:redux", | ||
"test": "jest", | ||
"watch:test": "watch 'npm run test' src tests", | ||
"postinstall": "npm run build", | ||
"prepare": "npm run build", | ||
"prebuild": "mkdir -p pub/js && npm run install:requirejs", | ||
@@ -28,7 +29,9 @@ "serve": "http-server . -o", | ||
"license": "MIT", | ||
"dependencies": { | ||
"redux": "^4.0.1", | ||
"@types/redux": "^3.6.31" | ||
}, | ||
"devDependencies": { | ||
"redux": "^4.0.1", | ||
"@jest-runner/electron": "^1.1.1", | ||
"@types/jest": "^24.0.11", | ||
"@types/redux": "^3.6.31", | ||
"jest": "^24.7.1", | ||
@@ -35,0 +38,0 @@ "less": "^2.6.1", |
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
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
1805234
9
2
+ Added@types/redux@^3.6.31
+ Addedredux@^4.0.1
+ Added@babel/runtime@7.26.7(transitive)
+ Added@types/redux@3.6.31(transitive)
+ Addedredux@4.2.1(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)