Socket
Socket
Sign inDemoInstall

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 0.6.2 to 0.6.3

5

lib/Factory.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const n3_1 = require("n3");
const _ = require("lodash");
const defaultGraph = { termType: 'DefaultGraph', value: '' };

@@ -75,3 +74,3 @@ class Factory {

return this.dataFactory.variable(str.substring(1));
if (_.startsWith(str, '_:'))
if (str.startsWith('_:'))
return this.dataFactory.blankNode(str.substring(2));

@@ -93,2 +92,2 @@ if (n3_1.Util.isLiteral(str)) {

exports.default = Factory;
//# sourceMappingURL=factory.js.map
//# sourceMappingURL=Factory.js.map

2

package.json
{
"name": "sparqlalgebrajs",
"version": "0.6.2",
"version": "0.6.3",
"description": "Convert SPARQL to SPARL algebra",

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

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