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

jsonld

Package Overview
Dependencies
Maintainers
5
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonld - npm Package Compare versions

Comparing version 8.0.0 to 8.1.0

6

lib/events.js

@@ -124,5 +124,5 @@ /*

'relative graph reference',
'relative property reference',
'relative subject reference',
'relative type reference'
'relative object reference',
'relative predicate reference',
'relative subject reference'
]);

@@ -129,0 +129,0 @@

@@ -157,7 +157,7 @@ /*

type: ['JsonLdEvent'],
code: 'relative property reference',
code: 'relative predicate reference',
level: 'warning',
message: 'Relative property reference found.',
message: 'Relative predicate reference found.',
details: {
property
predicate: property
}

@@ -349,7 +349,7 @@ },

type: ['JsonLdEvent'],
code: 'relative type reference',
code: 'relative object reference',
level: 'warning',
message: 'Relative type reference found.',
message: 'Relative object reference found.',
details: {
type: object.value
object: object.value
}

@@ -356,0 +356,0 @@ },

{
"name": "jsonld",
"version": "8.0.0",
"version": "8.1.0",
"description": "A JSON-LD Processor and API implementation in JavaScript.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalbazaar/jsonld.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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