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

@zazuko/query-rdf-data-cube

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zazuko/query-rdf-data-cube - npm Package Compare versions

Comparing version 0.0.4 to 0.0.6

dist/es/fetch-mock.d.ts

15

CHANGELOG.md

@@ -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)

12

package.json
{
"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/"

dist/es/__tests__/component.test.d.ts
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