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

sparqlalgebrajs

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparqlalgebrajs - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

7

lib/sparqlAlgebra.js

@@ -478,2 +478,9 @@ "use strict";

},
'construct': (op) => {
// Blank nodes in CONSTRUCT templates must be maintained
return {
result: factory.createConstruct(translateBlankNodesToVariables(op.input, variables), op.template),
recurse: false,
};
},
});

@@ -480,0 +487,0 @@ function blankToVariable(term) {

6

package.json
{
"name": "sparqlalgebrajs",
"version": "1.5.1",
"version": "1.5.2",
"description": "Convert SPARQL to SPARQL algebra",

@@ -28,3 +28,3 @@ "author": "Joachim Van Herwegen",

"mocha": "^6.1.1",
"nyc": "^13.3.0",
"nyc": "^14.1.0",
"pre-commit": "^1.2.2",

@@ -37,3 +37,3 @@ "ts-node": "^8.0.2",

"prepare": "npm run build",
"test": "nyc --reporter=text mocha"
"test": "npm run build && nyc --exclude-after-remap false --reporter=text mocha"
},

@@ -40,0 +40,0 @@ "pre-commit": [

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