d3-zoomable
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
451272
8
0
3530
0
0
0
56
0
3
13
+ Addedd3-selection@^1.4.0
+ Addedd3-zoom@^1.7.3
+ Addedkapsule@^1.10.1
+ Addedd3-color@1.4.1(transitive)
+ Addedd3-dispatch@1.0.6(transitive)
+ Addedd3-drag@1.2.5(transitive)
+ Addedd3-ease@1.0.7(transitive)
+ Addedd3-interpolate@1.4.0(transitive)
+ Addedd3-selection@1.4.2(transitive)
+ Addedd3-timer@1.0.10(transitive)
+ Addedd3-transition@1.3.2(transitive)
+ Addedd3-zoom@1.8.3(transitive)
+ Addedkapsule@1.16.0(transitive)
+ Addedlodash-es@4.17.21(transitive)