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

@redsift/d3-rs-core

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redsift/d3-rs-core - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/js/d3-rs-core.umd-es2015.js

2

gulp-tasks/bundle-js.js

@@ -36,3 +36,3 @@ var rollup = require('rollup'),

} else {
dest = path.join(config.outputFolder, 'js', config.name || '', config.mainJS.name + '.' + format + '.js');
dest = path.join(config.outputFolder, 'js', config.name || '', config.mainJS.name + '.' + format + '-es2015.js');
transpileES6(config.mainJS.indexFile, dest, format, moduleName, config.externalMappings);

@@ -39,0 +39,0 @@ }

{
"name": "@redsift/d3-rs-core",
"version": "0.1.4",
"version": "0.1.5",
"description": "Core library with common functionality to be used by D3 components.",

@@ -27,3 +27,2 @@ "keywords": [

"devDependencies": {
"@redsift/d3-rs-svg": "^0.2.1",
"babel-polyfill": "^6.0.16",

@@ -33,3 +32,2 @@ "babel-preset-es2015": "*",

"babel-runtime": "^6.6.1",
"bezier-easing": "^2.0.3",
"bower": "*",

@@ -67,3 +65,7 @@ "browser-sync": "^2.11.1",

"rollup-plugin-uglify": "^0.3.1"
},
"dependencies": {
"@redsift/d3-rs-svg": "^0.2.2",
"bezier-easing": "^2.0.3"
}
}
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