Socket
Socket
Sign inDemoInstall

@comunica/context-entries

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/context-entries - npm Package Compare versions

Comparing version 3.0.1-alpha.45.0 to 3.0.1-alpha.46.0

2

lib/Keys.d.ts

@@ -224,3 +224,3 @@ import { ActionContextKey } from '@comunica/core';

*/
hypermediaSourcesAggregatedStores: ActionContextKey<Map<string, IAggregatedStore<RDF.Quad, RDF.Store<RDF.Quad>>>>;
hypermediaSourcesAggregatedStores: ActionContextKey<Map<string, IAggregatedStore<RDF.Quad>>>;
/**

@@ -227,0 +227,0 @@ * If links may be traversed from this source.

{
"name": "@comunica/context-entries",
"version": "3.0.1-alpha.45.0",
"version": "3.0.1-alpha.46.0",
"description": "A collection of reusable Comunica context key definitions.",
"main": "lib/index.js",
"typings": "lib/index",
"license": "MIT",
"homepage": "https://comunica.dev/",
"repository": {

@@ -12,6 +12,5 @@ "type": "git",

},
"publishConfig": {
"access": "public"
"bugs": {
"url": "https://github.com/comunica/comunica/issues"
},
"sideEffects": false,
"keywords": [

@@ -23,7 +22,8 @@ "comunica",

],
"license": "MIT",
"bugs": {
"url": "https://github.com/comunica/comunica/issues"
"sideEffects": false,
"main": "lib/index.js",
"typings": "lib/index",
"publishConfig": {
"access": "public"
},
"homepage": "https://comunica.dev/",
"files": [

@@ -35,5 +35,8 @@ "components",

],
"scripts": {
"build": "node \"../../node_modules/typescript/bin/tsc\""
},
"dependencies": {
"@comunica/core": "3.0.1-alpha.45.0",
"@comunica/types": "3.0.1-alpha.45.0",
"@comunica/core": "3.0.1-alpha.46.0",
"@comunica/types": "3.0.1-alpha.46.0",
"@rdfjs/types": "*",

@@ -43,6 +46,3 @@ "jsonld-context-parser": "^2.2.2",

},
"scripts": {
"build": "node \"../../node_modules/typescript/bin/tsc\""
},
"gitHead": "b5a3900c24e29fa7b3243ab50bc9745d286fbce8"
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023"
}

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