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

d3-zoomable

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-zoomable - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

dist/d3-zoomable.common.js

56

package.json
{
"name": "d3-zoomable",
"version": "0.0.1"
"version": "1.0.0",
"description": "Easy way to apply d3-zoom functionality to DOM elements",
"license": "MIT",
"unpkg": "dist/d3-zoomable.min.js",
"main": "dist/d3-zoomable.common.js",
"module": "dist/d3-zoomable.module.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vasturiano/d3-zoomable.git"
},
"homepage": "https://github.com/vasturiano/d3-zoomable",
"keywords": [
"zooming",
"svg",
"canvas",
"d3",
"data-visualization"
],
"author": {
"name": "Vasco Asturiano",
"url": "http://bl.ocks.org/vasturiano"
},
"bugs": {
"url": "https://github.com/vasturiano/d3-zoomable/issues"
},
"files": [
"dist/**/*"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -c -w",
"minify": "terser dist/d3-zoomable.js -o dist/d3-zoomable.min.js -c -m --comments '/Version/'",
"build-module": "rollup -c rollup.config.module.js",
"prepare": "npm run build && npm run minify && npm run build-module"
},
"dependencies": {
"d3-selection": "^1.4.0",
"d3-zoom": "^1.7.3",
"kapsule": "^1.10.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"postcss-nested": "^4.1.2",
"postcss-simple-vars": "^5.0.2",
"rimraf": "^2.6.3",
"rollup": "^1.15.4",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.2",
"rollup-plugin-postcss": "^2.0.3",
"terser": "^4.0.0"
}
}
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