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

d3fc

Package Overview
Dependencies
Maintainers
2
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3fc - npm Package Compare versions

Comparing version 14.0.58 to 14.0.59

build/d3fc.min.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [14.0.59](https://github.com/d3fc/d3fc/compare/d3fc@14.0.58...d3fc@14.0.59) (2019-11-29)
**Note:** Version bump only for package d3fc
## [14.0.58](https://github.com/d3fc/d3fc/compare/d3fc@14.0.57...d3fc@14.0.58) (2019-11-29)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "d3fc",
"version": "14.0.58",
"version": "14.0.59",
"description": "A collection of components that make it easy to build interactive charts with D3",

@@ -51,3 +51,3 @@ "main": "build/d3fc.js",

},
"gitHead": "c83537bb5af4735404eb31d7471deff01fccf2ef"
"gitHead": "33b121c6d29f111fed63e4ac0d772bc906170ec7"
}

@@ -36,3 +36,3 @@ import babel from 'rollup-plugin-babel';

process.env.env = commandLineArgs.configEnv || 'dev';
const shouldMinify = process.env === 'prod';
const shouldMinify = process.env.env === 'prod';

@@ -39,0 +39,0 @@ const _plugins = [

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