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

ac-d3

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-d3 - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

10

package.json

@@ -21,3 +21,3 @@ {

"_from": "ac-d3@latest",
"_id": "ac-d3@1.0.5",
"_id": "ac-d3@1.0.6",
"_inCache": true,

@@ -28,3 +28,3 @@ "_location": "/ac-d3",

"host": "s3://npm-registry-packages",
"tmp": "tmp/ac-d3-1.0.5.tgz_1497913949293_0.07374315382912755"
"tmp": "tmp/ac-d3-1.0.6.tgz_1497913949293_0.07374315382912755"
},

@@ -50,3 +50,3 @@ "_npmUser": {

],
"_resolved": "https://registry.npmjs.org/ac-d3/-/ac-d3-1.0.5.tgz",
"_resolved": "https://registry.npmjs.org/ac-d3/-/ac-d3-1.0.6.tgz",
"_shasum": "7a3836bf55cbe98854127d867745dd66726a0384",

@@ -65,3 +65,3 @@ "_shrinkwrap": null,

"shasum": "7a3836bf55cbe98854127d867745dd66726a0384",
"tarball": "https://registry.npmjs.org/ac-d3/-/ac-d3-1.0.5.tgz"
"tarball": "https://registry.npmjs.org/ac-d3/-/ac-d3-1.0.6.tgz"
},

@@ -82,3 +82,3 @@ "license": "ISC",

},
"version": "1.0.5"
"version": "1.0.6"
}

@@ -19,7 +19,7 @@ [![N|Solid](https://cldup.com/RjTksBwPWq.jpg)](https://nodesource.com/products/nsolid)

##### HTML
1. Create div with specific ID (Used in config object later)
1) Create div with specific ID (Used in config object later)
```html
<div id='vis'></div>
```
2. Add script tags
2) Add script tags
```html

@@ -33,7 +33,7 @@ <script type="text/javascript" src="https://www.youtube.com/iframe_api"></script>

##### Javascript
1. Require in library
1) Require in library
```javascript
const acd3 = require('ac-d3');
```
2. Create data object
2) Create data object

@@ -69,3 +69,3 @@ | Key | Value datatype | Note |

```
3. Create config object
3) Create config object

@@ -87,3 +87,3 @@ | Key | Value datatype | Note |

```
4. Create a new chart instance and invode the createBubbleChart method
4) Create a new chart instance and invode the createBubbleChart method
```javascript

@@ -90,0 +90,0 @@ const randomChart = new acd3(data, config);

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