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

sparqlalgebrajs

Package Overview
Dependencies
Maintainers
0
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 4.3.5 to 4.3.6

7

lib/sparql.js

@@ -144,5 +144,6 @@ "use strict";

operator: expr.not ? 'notexists' : 'exists',
args: util_1.default.flatten([
translateOperation(expr.input)
])
args: [{
type: 'group',
patterns: util_1.default.flatten([translateOperation(expr.input)])
}]
};

@@ -149,0 +150,0 @@ }

{
"name": "sparqlalgebrajs",
"version": "4.3.5",
"version": "4.3.6",
"description": "Convert SPARQL to SPARQL algebra",

@@ -5,0 +5,0 @@ "author": "Joachim Van Herwegen",

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