sparqljson-to-tree
Advanced tools
Comparing version 2.1.0 to 3.0.0
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
<a name="v3.0.0"></a> | ||
## [v3.0.0](https://github.com/rubensworks/sparqljson-to-tree.js/compare/v2.1.0...v3.0.0) - 2022-07-14 | ||
This release has been marked as a major change due to the transition from Node's internal stream API to readable-stream. Most users should experience not breakages with this change. | ||
### Changed | ||
* [Move away from Node.js built-ins](https://github.com/rubensworks/sparqljson-to-tree.js/commit/300a848fecb39b9d11d4e43925eb48ef0a6167b6) | ||
* [Enable tree shaking in package.json](https://github.com/rubensworks/sparqljson-to-tree.js/commit/8c51fc2ae34d32254c833788510fee11afe291d1) | ||
<a name="v2.1.0"></a> | ||
@@ -5,0 +14,0 @@ ## [v2.1.0](https://github.com/rubensworks/sparqljson-to-tree.js/compare/v1.3.0...v2.1.0) - 2020-09-16 |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -139,3 +139,3 @@ "use strict"; | ||
if (tree.termType) { | ||
return rdf_literal_1.getTermRaw(tree); | ||
return (0, rdf_literal_1.getTermRaw)(tree); | ||
} | ||
@@ -142,0 +142,0 @@ else if (Array.isArray(tree)) { |
{ | ||
"name": "sparqljson-to-tree", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"description": "Converts SPARQL JSON results to a tree-based structure", | ||
@@ -33,13 +33,17 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^26.0.0", | ||
"@types/jest": "^28.0.0", | ||
"@types/minimist": "^1.2.0", | ||
"@types/rdf-js": "^4.0.0", | ||
"coveralls": "^3.0.0", | ||
"jest": "^26.0.0", | ||
"jest": "^28.0.0", | ||
"manual-git-changelog": "^1.0.0", | ||
"pre-commit": "^1.2.2", | ||
"rdf-data-factory": "^1.0.2", | ||
"ts-jest": "^26.0.0", | ||
"ts-jest": "^28.0.0", | ||
"ts-loader": "^9.3.1", | ||
"tslint": "^6.0.0", | ||
"tslint-eslint-rules": "^5.3.1", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.0.2", | ||
"webpack": "^5.73.0", | ||
"webpack-cli": "^4.10.0" | ||
}, | ||
@@ -49,3 +53,3 @@ "jest": { | ||
"ts-jest": { | ||
"tsConfig": "test/tsconfig.json" | ||
"tsconfig": "test/tsconfig.json" | ||
} | ||
@@ -77,4 +81,5 @@ }, | ||
"rdf-literal": "^1.2.0", | ||
"sparqljson-parse": "^1.6.0" | ||
} | ||
"sparqljson-parse": "^2.0.0" | ||
}, | ||
"sideEffects": false | ||
} |
# SPARQL-Results+JSON to tree | ||
[![Build Status](https://travis-ci.org/rubensworks/sparqljson-to-tree.js.svg?branch=master)](https://travis-ci.org/rubensworks/sparqljson-to-tree.js) | ||
[![Build status](https://github.com/rubensworks/sparqljson-to-tree.js/workflows/CI/badge.svg)](https://github.com/rubensworks/sparqljson-to-tree.js/actions?query=workflow%3ACI) | ||
[![Coverage Status](https://coveralls.io/repos/github/rubensworks/sparqljson-to-tree.js/badge.svg?branch=master)](https://coveralls.io/github/rubensworks/sparqljson-to-tree.js?branch=master) | ||
@@ -5,0 +5,0 @@ [![npm version](https://badge.fury.io/js/sparqljson-to-tree.svg)](https://www.npmjs.com/package/sparqljson-to-tree) |
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
20208
289
15
+ Added@bergos/jsonparse@1.4.2(transitive)
+ Added@types/readable-stream@2.3.15(transitive)
+ Addedabort-controller@3.0.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedevent-target-shim@5.0.1(transitive)
+ Addedevents@3.3.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedreadable-stream@4.5.2(transitive)
+ Addedsafe-buffer@5.1.25.2.1(transitive)
+ Addedsparqljson-parse@2.2.0(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removed@types/node@13.13.52(transitive)
- RemovedJSONStream@1.3.5(transitive)
- Removedjsonparse@1.3.1(transitive)
- Removedsparqljson-parse@1.7.0(transitive)
- Removedthrough@2.3.8(transitive)
Updatedsparqljson-parse@^2.0.0