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

jsonld

Package Overview
Dependencies
Maintainers
4
Versions
215
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 1.5.0 to 1.5.1

5

CHANGELOG.md
# jsonld ChangeLog
## 1.5.1 - 2019-02-01
### Fixed
- Update canonize docs.
## 1.5.0 - 2019-01-24

@@ -4,0 +9,0 @@

3

dist/node6/lib/jsonld.js

@@ -605,3 +605,3 @@ "use strict";

* [algorithm] the normalization algorithm to use, `URDNA2015` or
* `URGNA2012` (default: `URGNA2012`).
* `URGNA2012` (default: `URDNA2015`).
* [base] the base IRI to use.

@@ -616,2 +616,3 @@ * [expandContext] a context to expand with.

* [documentLoader(url, callback(err, remoteDoc))] the document loader.
* [useNative] true to use a native canonize algorithm
* @param [callback(err, normalized)] called once the operation completes.

@@ -618,0 +619,0 @@ *

@@ -514,3 +514,3 @@ /**

* [algorithm] the normalization algorithm to use, `URDNA2015` or
* `URGNA2012` (default: `URGNA2012`).
* `URGNA2012` (default: `URDNA2015`).
* [base] the base IRI to use.

@@ -525,2 +525,3 @@ * [expandContext] a context to expand with.

* [documentLoader(url, callback(err, remoteDoc))] the document loader.
* [useNative] true to use a native canonize algorithm
* @param [callback(err, normalized)] called once the operation completes.

@@ -527,0 +528,0 @@ *

{
"name": "jsonld",
"version": "1.5.0",
"version": "1.5.1",
"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 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