@types/d3-scale
Advanced tools
Comparing version 0.0.3 to 1.0.4
@@ -1,2 +0,2 @@ | ||
// Type definitions for D3JS d3-scale module 1.0.1 | ||
// Type definitions for D3JS d3-scale module v1.0.3 | ||
// Project: https://github.com/d3/d3-scale/ | ||
@@ -3,0 +3,0 @@ // Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov> |
{ | ||
"name": "@types/d3-scale", | ||
"version": "0.0.3", | ||
"description": "TypeScript definitions for D3JS d3-scale module 1.0.1", | ||
"version": "1.0.4", | ||
"description": "TypeScript definitions for D3JS d3-scale module v1.0.3", | ||
"license": "MIT", | ||
@@ -14,5 +14,6 @@ "author": "Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>", | ||
"dependencies": { | ||
"@types/d3-time": "0.0.*" | ||
"@types/d3-time": "*" | ||
}, | ||
"typings": "index.d.ts" | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "034467991e6921c895c572c9bcdd3a998f5870fc5c4bb655a528637316d18c64" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for D3JS d3-scale module 1.0.1 (https://github.com/d3/d3-scale/). | ||
This package contains type definitions for D3JS d3-scale module v1.0.3 (https://github.com/d3/d3-scale/). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:03 GMT | ||
* Last updated: Mon, 12 Sep 2016 19:00:00 GMT | ||
* File structure: ProperModule | ||
@@ -15,0 +15,0 @@ * Library Dependencies: none |
@@ -8,5 +8,5 @@ { | ||
], | ||
"libraryMajorVersion": "0", | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "D3JS d3-scale module 1.0.1", | ||
"libraryName": "D3JS d3-scale module v1.0.3", | ||
"typingsPackageName": "d3-scale", | ||
@@ -25,3 +25,3 @@ "projectName": "https://github.com/d3/d3-scale/", | ||
"hasPackageJson": false, | ||
"contentHash": "a01df9f8c6c2a8d7c8099f601d24bc12f04a66356a161e6f4d56d9006775e676" | ||
"contentHash": "034467991e6921c895c572c9bcdd3a998f5870fc5c4bb655a528637316d18c64" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19608
1
+ Added@types/d3-time@3.0.3(transitive)
- Removed@types/d3-time@0.0.3(transitive)
Updated@types/d3-time@*