Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wildebeest/drag

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildebeest/drag - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

19

package.json
{
"name": "@wildebeest/drag",
"version": "0.3.1",
"version": "0.3.2",
"description": "Draging event module",

@@ -10,3 +10,6 @@ "main": "dist/index.js",

"test": "jest",
"deploy": "npm run test && npm run build && git add -A && git commit -m 'deploy' && git push origin master"
"deploy": "npm run test && npm run build && git add -A && git commit -m 'build and deploy' && git push origin master",
"patch": "npm run deploy && npm version patch && npm publish",
"minor": "npm run deploy && npm version minor && npm publish",
"major": "npm run deploy && npm version major && npm publish"
},

@@ -17,3 +20,3 @@ "repository": {

},
"dependencies": {
"peerDependencies": {
"@wildebeest/common": "^0.2.0",

@@ -24,6 +27,10 @@ "@wildebeest/component": "^0.1.2",

"devDependencies": {
"@types/jest": "^24.0.11",
"jest": "^24.7.1",
"@types/jest": "^24.0.12",
"@wildebeest/common": "^0.2.5",
"@wildebeest/component": "^0.1.3",
"@wildebeest/js-modules": "^0.1.6",
"inversify": "^5.0.1",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.3"
"typescript": "^3.4.5"
},

@@ -30,0 +37,0 @@ "keywords": [

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