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

d3-force-cluster

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-force-cluster - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/d3-force-cluster.js

8

package.json
{
"name": "d3-force-cluster",
"version": "0.0.1",
"version": "0.0.2",
"description": "Clustering force for d3.forceSimulation.",

@@ -31,6 +31,8 @@ "keywords": [

"test": "tape 'test/**/*-test.js' | tap-dot",
"predist": "npm run lint && npm run test",
"predist": "npm run lint",
"dist": "rollup -c",
"postdist": "npm run test",
"watch": "rollup -c -w",
"prepublish": "npm run dist && uglifyjs dist/d3-force-cluster.js -c -m -o dist/d3-force-cluster.min.js"
"prepublish": "npm run dist && uglifyjs dist/d3-force-cluster.js -c -m -o dist/d3-force-cluster.min.js",
"publish-patch": "npm version patch && npm publish"
},

@@ -37,0 +39,0 @@ "pre-push": [

@@ -12,3 +12,3 @@ # d3-force-cluster

#### `npm`
#### npm

@@ -15,0 +15,0 @@ `npm install d3-force-cluster`

Sorry, the diff of this file is not supported yet

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