New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

drag-drop-stage-component

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drag-drop-stage-component - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc