New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@comunica/bus-rdf-resolve-hypermedia-links

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/bus-rdf-resolve-hypermedia-links - npm Package Compare versions

Comparing version 1.19.2 to 1.20.0

6

lib/ActorRdfResolveHypermediaLinks.d.ts

@@ -50,2 +50,8 @@ import type { IAction, IActorArgs, IActorOutput, IActorTest, ActionContext } from '@comunica/core';

context?: ActionContext;
/**
* An optional link-specific metadata object.
* This may be used to keep track of data that is relevant to links,
* which could be used across actors.
*/
metadata?: Record<string, any>;
}

6

package.json
{
"name": "@comunica/bus-rdf-resolve-hypermedia-links",
"version": "1.19.2",
"version": "1.20.0",
"description": "A comunica bus for rdf-resolve-hypermedia-links events.",

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

"devDependencies": {
"@comunica/core": "^1.19.2"
"@comunica/core": "^1.20.0"
},

@@ -44,3 +44,3 @@ "scripts": {

},
"gitHead": "73525f72e616c1f8ee244ea5c64e10e4a6032cf5"
"gitHead": "e939e0abd92972407bd8dc04d8073720efdfe2f1"
}

@@ -25,3 +25,3 @@ # Comunica Bus RDF Resolve Hypermedia Links

Actors extending [`ActorRdfresolveHypermediaLinks`](https://comunica.github.io/comunica/classes/bus_rdf_resolve_hypermedia_links.actorrdfresolvehypermedialinks-1.html) are automatically subscribed to this bus.
Actors extending [`ActorRdfresolveHypermediaLinks`](https://comunica.github.io/comunica/classes/bus_rdf_resolve_hypermedia_links.actorrdfresolvehypermedialinks.html) are automatically subscribed to this bus.
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