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

clownface-shacl-path

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clownface-shacl-path - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

lib/toAlgebra.d.ts

1

index.d.ts
export { findNodes } from './lib/findNodes.js';
export { toSparql } from './lib/toSparql.js';
export { toAlgebra } from './lib/toAlgebra.js';
export { PathVisitor, ShaclPropertyPath, ZeroOrMorePath, OneOrMorePath, PredicatePath, AlternativePath, InversePath, SequencePath, ZeroOrOnePath, fromNode, } from './lib/path.js';
//# sourceMappingURL=index.d.ts.map
export { findNodes } from './lib/findNodes.js';
export { toSparql } from './lib/toSparql.js';
export { toAlgebra } from './lib/toAlgebra.js';
export { PathVisitor, ShaclPropertyPath, ZeroOrMorePath, OneOrMorePath, PredicatePath, AlternativePath, InversePath, SequencePath, ZeroOrOnePath, fromNode, } from './lib/path.js';
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "clownface-shacl-path",
"description": "Find nodes in graph by following SHACL Paths",
"version": "2.1.1",
"version": "2.2.0",
"main": "index.js",

@@ -29,3 +29,4 @@ "type": "module",

"peerDependencies": {
"clownface": "1 - 2"
"clownface": "1 - 2",
"@types/sparqljs": "^3.1.10"
},

@@ -38,2 +39,3 @@ "devDependencies": {

"@types/node": "^18",
"@types/sparqljs": "^3.1.10",
"@typescript-eslint/eslint-plugin": "^7.8.0",

@@ -40,0 +42,0 @@ "@typescript-eslint/parser": "^7.8.0",

Sorry, the diff of this file is not supported yet

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