Socket
Socket
Sign inDemoInstall

@redsift/d3-rs-progress

Package Overview
Dependencies
10
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

17

bundle.config.js
module.exports = {
external: [
'd3-selection',
'd3-transition',
'd3-shape',
'd3-ease',
],
external: ["d3-selection", "d3-transition", "d3-shape", "de-ease"],
globals: {
'd3-selection': 'd3',
'd3-transition': 'd3',
'd3-shape': 'd3',
'd3-ease': 'd3',
},
"d3-selection": "d3",
"d3-transition": "d3",
"d3-shape": "d3",
"d3-ease": "d3",
}
};
{
"name": "@redsift/d3-rs-progress",
"version": "0.1.0",
"version": "0.2.0",
"description": "Generates an animated D3v4.",

@@ -29,3 +29,3 @@ "keywords": [

"prepublish": "npm run clean; npm run build",
"build": "npm run clean; node ./node_modules/@redsift/rollup-bundler/src/index.js bundle.config.js",
"build": "npm run clean; node ./node_modules/@redsift/rollup-bundler/src/index.js",
"clean": "rm -rf dist",

@@ -37,5 +37,5 @@ "pretest": "npm outdated || true && npm run build",

"dependencies": {
"@redsift/d3-rs-svg": "^0.5.1",
"@redsift/d3-rs-svg": "^0.4.0",
"d3-ease": "^1.0.2",
"d3-selection": "^1.3.0",
"d3-selection": "^1.0.2",
"d3-shape": "^1.0.3",

@@ -46,3 +46,3 @@ "d3-transition": "^1.0.3"

"@redsift/rollup-bundler": "^0.5.1",
"@redsift/tape-reel": "~0.1.0",
"@redsift/tape-reel": "^0.1.0",
"babel-plugin-external-helpers": "^6.22.0",

@@ -49,0 +49,0 @@ "babel-preset-env": "^1.6.1",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc