@d3fc/d3fc-financial-feed
Advanced tools
Comparing version 6.1.0 to 7.0.0
@@ -6,2 +6,19 @@ # Change Log | ||
# 7.0.0 (2020-04-16) | ||
### chore | ||
* consolidate dependencies ([79b7d1f](https://github.com/d3fc/d3fc/commit/79b7d1f)) | ||
### BREAKING CHANGES | ||
* d3fc no longer has a direct dependency on d3. Add the | ||
dependency directly to your package instead. | ||
# 6.1.0 (2020-03-19) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@d3fc/d3fc-financial-feed", | ||
"version": "6.1.0", | ||
"version": "7.0.0", | ||
"description": "An API for fetching financial time-series data from different sources including GDAX", | ||
@@ -24,6 +24,7 @@ "license": "MIT", | ||
"bundle": "npx rollup -c ../../scripts/rollup.config.js", | ||
"test": "npx jasmine --config=../../scripts/jasmine.json" | ||
"test": " npx jasmine --config=../../scripts/jasmine.json", | ||
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-financial-feed" | ||
}, | ||
"dependencies": { | ||
"d3-fetch": "^1.1.0" | ||
"peerDependencies": { | ||
"d3-fetch": "*" | ||
}, | ||
@@ -33,3 +34,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "8a27597494353a1441a1a71ca06707d9e28c4381" | ||
"gitHead": "42460bbd9e769aa24b07ae8e6dc7037c63d3bea8" | ||
} |
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
13537
+ Addedcommander@7.2.0(transitive)
+ Addedd3-dsv@3.0.1(transitive)
+ Addedd3-fetch@3.0.1(transitive)
+ Addediconv-lite@0.6.3(transitive)
- Removedd3-fetch@^1.1.0
- Removedcommander@2.20.3(transitive)
- Removedd3-dsv@1.2.0(transitive)
- Removedd3-fetch@1.2.0(transitive)
- Removediconv-lite@0.4.24(transitive)