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

d3v4-bullet

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

d3v4-bullet - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

package.json
{
"name": "d3v4-bullet",
"version": "1.0.4",
"version": "1.0.5",
"description": "d3 v4 bullet chart.",

@@ -25,4 +25,4 @@ "keywords": [

"test": "tape 'test/**/*-test.js' && eslint index.js src",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-bullet.js -c -m -o build/d3-bullet.min.js",
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-bullet/build/d3-bullet.js d3-bullet.v1.0.js && cp ../d3-bullet/build/d3-bullet.min.js d3-bullet.v1.0.min.js && git add d3-bullet.v1.0.js d3-bullet.v1.0.min.js && git commit -m \"d3-bullet ${npm_package_version}\" && git push && cd - && zip -j build/d3-bullet.zip -- LICENSE README.md build/d3-bullet.js build/d3-bullet.min.js"
"clean": "rimraf ./build",
"build": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-bullet.js -c -m -o build/d3-bullet.min.js"
},

@@ -45,2 +45,2 @@ "dependencies": {

}
}
}

@@ -7,3 +7,3 @@ # d3-bullet v4

`npm install @hpcc-js/d3-bullet`.
`npm install d3v4-bullet`.

@@ -10,0 +10,0 @@ ## API Reference

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