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

d3-builder

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

d3-builder - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

.npmignore

4

index.js

@@ -10,4 +10,6 @@ var path = require('path');

var d3Path = path.dirname(require.resolve('d3'));
var resolved = modules.map(function(location) {
return path.resolve(__dirname, '..', 'd3', 'src', location);
return path.resolve(d3Path, 'src', location);
});

@@ -14,0 +16,0 @@

{
"name": "d3-builder",
"version": "0.3.0",
"version": "0.4.0",
"description": "Generates custom builds of D3",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,5 +1,9 @@

# Heads up!
Since the time of writing `d3-builder`, [D3 has released discrete packages on
NPM](https://www.npmjs.com/~mbostock). We recommend checking them out before
digging too much into this project.
# D3 Builder
A work in progress, but you can currently use it like:
```javascript

@@ -18,3 +22,3 @@ var fs = require('fs');

D3 uses the [smash](https://github.com/mbostock/smash) module system. This package is a thin layer over smash and D3 to (eventually) make it easier to stream custom builds into [browserify](https://github.com/substack/node-browserify).
D3 uses the [smash](https://github.com/mbostock/smash) module system. This package is a thin layer over smash and D3 to make it easier to stream custom builds into [browserify](https://github.com/substack/node-browserify).

@@ -21,0 +25,0 @@ ## License

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