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

react-spring-pan-zoom

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spring-pan-zoom - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

22

package.json
{
"name": "react-spring-pan-zoom",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pan and zoom for any element",
"main": "src/lib/index.js",
"module": "src/lib/index.js",
"main": "index.js",
"scripts": {
"start": "parcel index.html"
"dev": "parcel index.html",
"build": "rollup -c rollup.config.js",
"release": "yarn build && release --src=build --push",
"release:major": "yarn release - --major",
"release:minor": "yarn release - --minor",
"release:patch": "yarn release - --patch"
},

@@ -21,6 +25,14 @@ "author": "Mehdi Vasigh",

"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"husky": "^2.2.0",
"parcel-bundler": "^1.12.3",
"prettier": "^1.17.0",
"pretty-quick": "^1.10.0"
"pretty-quick": "^1.10.0",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"yarn-release": "^1.9.2"
},

@@ -27,0 +39,0 @@ "husky": {

Sorry, the diff of this file is too big to display

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