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

sparqljson-parse

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparqljson-parse - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

1

lib/SparqlJsonParser.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import * as RDF from "@rdfjs/types";

@@ -3,0 +2,0 @@ /**

4

lib/SparqlJsonParser.js

@@ -108,3 +108,5 @@ "use strict";

if (rawValue['xml:lang']) {
value = this.dataFactory.literal(rawValue.value, rawValue['xml:lang']);
const language = rawValue['xml:lang'];
const direction = rawValue['its:dir'];
value = this.dataFactory.literal(rawValue.value, { language, direction });
}

@@ -111,0 +113,0 @@ else if (rawValue.datatype) {

{
"name": "sparqljson-parse",
"version": "2.2.0",
"version": "3.0.0",
"description": "Parses SPARQL JSON query results",

@@ -16,2 +16,6 @@ "keywords": [

"author": "Ruben Taelman <rubensworks@gmail.com>",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/rubensworks/"
},
"bugs": {

@@ -41,3 +45,3 @@ "url": "https://github.com/rubensworks/sparqljson-parse.js/issues"

"jest": "^29.0.0",
"jest-rdf": "^1.7.0",
"jest-rdf": "^2.0.0",
"manual-git-changelog": "^1.0.0",

@@ -50,3 +54,3 @@ "pre-commit": "^1.2.2",

"tslint-eslint-rules": "^5.3.1",
"typescript": "^4.3.5",
"typescript": "^5.7.2",
"webpack": "^5.73.0",

@@ -89,9 +93,9 @@ "webpack-cli": "^5.0.0"

"dependencies": {
"@rdfjs/types": "*",
"@types/readable-stream": "^2.3.13",
"@types/readable-stream": "^4.0.0",
"@bergos/jsonparse": "^1.4.1",
"rdf-data-factory": "^1.1.0",
"rdf-data-factory": "^2.0.0",
"readable-stream": "^4.0.0"
},
"sideEffects": false
"sideEffects": false,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

Sorry, the diff of this file is not supported yet

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