🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@comunica/utils-algebra

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/utils-algebra - npm Package Compare versions

Comparing version
5.2.0
to
5.3.0
+2
-2
lib/utils.d.ts

@@ -6,4 +6,4 @@ import type { Algebra as TraqulaAlgebra } from '@traqula/algebra-transformations-1-2';

import type { KnownOperation, Operation } from './Algebra';
export declare const resolveIRI: typeof algebraUtils.resolveIRI;
export declare const objectify: typeof algebraUtils.objectify;
export declare const resolveIRI: typeof import("@traqula/algebra-transformations-1-1").resolveIRI;
export declare const objectify: typeof import("@traqula/algebra-transformations-1-2").objectify;
/**

@@ -10,0 +10,0 @@ * Type guard that checks if an operation is of a certain type and subType known by Comunica.

{
"name": "@comunica/utils-algebra",
"version": "5.2.0",
"version": "5.3.0",
"description": "Query algebra definitions and utilities",

@@ -40,7 +40,7 @@ "license": "MIT",

"@rdfjs/types": "*",
"@traqula/algebra-transformations-1-2": "^1.0.1",
"@traqula/core": "^1.0.0",
"@traqula/algebra-transformations-1-2": "^1.1.7",
"@traqula/core": "^1.1.4",
"rdf-terms": "^2.0.0"
},
"gitHead": "ebb0e79bddcd850fcb8d0fb5b422af88e67fa283"
"gitHead": "8a9d8e4a706d64268e1e222b4c561caa47798f72"
}