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

sparqljson-to-tree

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparqljson-to-tree - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

9

CHANGELOG.md
# 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

6

index.js
"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;

2

lib/Converter.js

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

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