@zazuko/query-rdf-data-cube
Advanced tools
Comparing version 0.0.4 to 0.0.6
@@ -0,1 +1,16 @@ | ||
<a name="0.0.6"></a> | ||
## [0.0.6](https://github.com/zazuko/query-rdf-data-cube/compare/v0.0.5...v0.0.6) (2019-09-10) | ||
<a name="0.0.5"></a> | ||
## [0.0.5](https://github.com/zazuko/query-rdf-data-cube/compare/v0.0.4...v0.0.5) (2019-09-10) | ||
### Features | ||
* **datacube:** fetch is configurable at datacube instantiation ([c93abff](https://github.com/zazuko/query-rdf-data-cube/commit/c93abff)) | ||
<a name="0.0.4"></a> | ||
@@ -2,0 +17,0 @@ ## [0.0.4](https://github.com/zazuko/query-rdf-data-cube/compare/v0.0.3...v0.0.4) (2019-09-09) |
{ | ||
"name": "@zazuko/query-rdf-data-cube", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"description": "Query (or introspect) [RDF Data Cubes](https://www.w3.org/TR/vocab-data-cube/) with a JavaScript API, without writing SPARQL.", | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
"clone": "^2.1.2", | ||
"fetch-sparql-endpoint": "^1.4.0", | ||
"node-fetch": "^2.6.0", | ||
"sparqljs": "^3.0.0-beta.0" | ||
@@ -51,5 +51,8 @@ }, | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@types/clone": "^0.1.30", | ||
"@types/jest": "^24.0.18", | ||
"@types/node-fetch": "^2.5.0", | ||
"conventional-changelog-cli": "^2.0.23", | ||
"coveralls": "^3.0.6", | ||
"fetch-vcr": "^3.0.0", | ||
"gh-pages": "^2.1.1", | ||
@@ -68,2 +71,7 @@ "husky": "^3.0.5", | ||
"jest": { | ||
"automock": false, | ||
"moduleNameMapper": { | ||
"hack-node-fetch": "node-fetch", | ||
"node-fetch": "fetch-vcr" | ||
}, | ||
"testPathIgnorePatterns": [ | ||
@@ -70,0 +78,0 @@ "/node_modules/" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
362064
135
5597
19
9
+ Addednode-fetch@^2.6.0
- Removedfetch-sparql-endpoint@^1.4.0
- Removed@types/node@13.13.52(transitive)
- RemovedJSONStream@1.3.5(transitive)
- Removedabort-controller@3.0.0(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedcross-fetch@3.2.0(transitive)
- Removeddebug@2.6.9(transitive)
- Removedevent-target-shim@5.0.1(transitive)
- Removedevents@3.3.0(transitive)
- Removedfetch-sparql-endpoint@1.9.0(transitive)
- Removedieee754@1.2.1(transitive)
- Removedis-stream@1.1.02.0.1(transitive)
- Removedjsonparse@1.3.1(transitive)
- Removedminimist@1.2.8(transitive)
- Removedms@2.0.0(transitive)
- Removedn3@1.23.1(transitive)
- Removedprocess@0.11.10(transitive)
- Removedpromise-polyfill@1.1.6(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedrdf-string@1.6.3(transitive)
- Removedreadable-stream@4.6.0(transitive)
- Removedreadable-stream-node-to-web@1.0.1(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsax@1.4.1(transitive)
- Removedsax-stream@1.3.0(transitive)
- Removedsparqljson-parse@1.7.0(transitive)
- Removedsparqlxml-parse@1.5.0(transitive)
- Removedstream-to-string@1.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedthrough@2.3.8(transitive)
- Removedweb-streams-node@0.4.0(transitive)
- Removedweb-streams-ponyfill@1.4.2(transitive)