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

d3

Package Overview
Dependencies
Maintainers
1
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3 - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

2

component.json
{
"name": "d3",
"version": "3.0.7",
"version": "3.0.8",
"main": "./d3.js"
}
{
"name": "d3",
"version": "3.0.7",
"version": "3.0.8",
"description": "A small, free JavaScript library for manipulating documents based on data.",

@@ -5,0 +5,0 @@ "keywords": [

var π = Math.PI,
ε = 1e-6,
d3 = {version: "3.0.7"}, // semver
d3 = {version: "3.0.8"}, // semver
d3_radians = π / 180,

@@ -5,0 +5,0 @@ d3_degrees = 180 / π,

var d3_time_formatIso = d3.time.format.utc("%Y-%m-%dT%H:%M:%S.%LZ");
d3.time.format.iso = Date.prototype.toISOString ? d3_time_formatIsoNative : d3_time_formatIso;
d3.time.format.iso = Date.prototype.toISOString && +new Date("2000-01-01T00:00:00.000Z")
? d3_time_formatIsoNative
: d3_time_formatIso;

@@ -5,0 +7,0 @@ function d3_time_formatIsoNative(date) {

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

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