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

@comunica/types

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/types - npm Package Compare versions

Comparing version 2.0.7-alpha.10.0 to 2.2.0

1

lib/IActionContext.d.ts

@@ -25,2 +25,3 @@ /**

get: <V>(key: IActionContextKey<V>) => V | undefined;
getSafe: <V>(key: IActionContextKey<V>) => V;
has: <V>(key: IActionContextKey<V>) => boolean;

@@ -27,0 +28,0 @@ merge: (...contexts: IActionContext[]) => IActionContext;

6

package.json
{
"name": "@comunica/types",
"version": "2.0.7-alpha.10.0",
"version": "2.2.0",
"description": "Typings module for Comunica",

@@ -34,3 +34,3 @@ "lsd:module": true,

"dependencies": {
"@rdfjs/types": "*",
"@rdfjs/types": ">=1.1.0",
"@types/yargs": "^17.0.2",

@@ -45,3 +45,3 @@ "asynciterator": "^3.3.0",

},
"gitHead": "9ad64da7bae9dda857e12b7bb0b3af58d5f0f2af"
"gitHead": "00d4108e46250fb94b586bfb8caf5e8b1c704160"
}

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