Comparing version 3.0.7 to 3.0.8
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
701642
17476