Socket
Socket
Sign inDemoInstall

d3-scale

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-scale - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

build/d3.js

44

package.json
{
"name": "d3-scale",
"version": "0.0.0",
"description": "The functions from src/scale in the d3 repo",
"main": "index.js",
"scripts": {
"build": "smash node_modules/d3/src/start.js node_modules/d3/src/scale/index.js node_modules/d3/src/end.js | uglifyjs - -b -indent-level=2 -o index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"version": "0.0.1",
"description": "",
"keywords": [
"d3",
"scale",
"visualization"
],
"homepage": "https://github.com/d3/d3-scale",
"license": "BSD-3-Clause",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"main": "build/scale",
"jsnext:main": "index",
"repository": {
"type": "git",
"url": "https://github.com/jfsiii/d3-scale.git"
"url": "https://github.com/d3/d3-scale.git"
},
"keywords": [
"d3",
"scale"
],
"author": "JFSIII",
"license": "ISC",
"scripts": {
"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=scale -- index.js > build/scale.js",
"test": "faucet `find test -name '*-test.js'`",
"prepublish": "npm run test && uglifyjs build/scale.js -c -m -o build/scale.min.js && rm -f build/scale.zip && zip -j build/scale.zip -- LICENSE README.md build/scale.js build/scale.min.js"
},
"devDependencies": {
"d3": "^3.4.4",
"smash": "0.0.12",
"uglify-js": "^2.4.13"
"d3-arrays": "~0.0.4",
"d3-bundler": "~0.2.5",
"d3-color": "~0.2.1",
"d3-format": "~0.2.1",
"d3-interpolate": "~0.1.1",
"faucet": "0.0",
"tape": "4",
"uglifyjs": "2"
}
}

Sorry, the diff of this file is not supported yet

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