Socket
Socket
Sign inDemoInstall

d3-selection

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-selection - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

build/bundle.js

10

package.json
{
"name": "d3-selection",
"version": "0.4.11",
"version": "0.4.12",
"description": "Data-driven DOM manipulation: select elements and join them to data.",

@@ -17,3 +17,3 @@ "keywords": [

},
"main": "build/selection.cjs",
"main": "build/d3-selection.js",
"jsnext:main": "index",

@@ -25,9 +25,9 @@ "repository": {

"scripts": {
"pretest": "mkdir -p build && d3-bundler -x -f cjs -o build/selection.cjs.js",
"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-selection -n d3_selection -o build/d3-selection.js -- build/bundle.js",
"test": "faucet `find test -name '*-test.js'`",
"prepublish": "npm run test && d3-bundler -n selection -o build/selection.js && uglifyjs build/selection.js -c -m -o build/selection.min.js && rm -f build/selection.zip && zip -j build/selection.zip -- LICENSE README.md build/selection.js build/selection.min.js"
"prepublish": "npm run test && uglifyjs build/d3-selection.js -c -m -o build/d3-selection.min.js && rm -f build/d3-selection.zip && zip -j build/d3-selection.zip -- LICENSE README.md build/d3-selection.js build/d3-selection.min.js"
},
"devDependencies": {
"d3-bundler": "~0.4.2",
"faucet": "0.0",
"rollup": "0.20.5",
"jsdom": "7",

@@ -34,0 +34,0 @@ "tape": "4",

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