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

jsonld-signatures

Package Overview
Dependencies
Maintainers
6
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonld-signatures - npm Package Versions

1
35
9

4.5.0

Diff
davidlehn
published 4.5.0 •

Changelog

Source

4.5.0 - 2019-12-09

Changed

  • Update jsonld.js dependency to 2.0.0.
mattcollier
published 4.4.0 •

Changelog

Source

4.4.0 - 2019-09-06

Added

  • Export JwsLinkedDataSignature in suites.

Changed

  • Use crypto-ld@3.7.0 with support for Node 12 native Ed25519 crypto.
  • Update dependencies.
mattcollier
published 4.3.0 •
mattcollier
published 4.2.1 •

Changelog

Source

4.2.1 - 2019-07-17

Fixed

  • Use crypto-ld@3.5.3 which properly specifies the Node.js engine.
mattcollier
published 4.2.0 •

Changelog

Source

4.2.0 - 2019-05-30

Changed

  • Replace local copies of security contexts with security-context module.
davidlehn
published 4.1.3 •

Changelog

Source

4.1.3 - 2019-05-22

Fixed

  • Handle compacting proofs that use a type-scoped proof term definition.
davidlehn
published 4.1.2 •

Changelog

Source

4.1.2 - 2019-05-08

Changed

  • Update local copy of security-v2 context.
mattcollier
published 4.1.1 •

Changelog

Source

4.1.1 - 2019-04-17

Fixed

  • Correct inconsistencies in the LinkedDataSignature APIs that allowed for optional signer and verifier parameters in some places, but required those parameters in other places.
mattcollier
published 4.1.0 •

Changelog

Source

4.1.0 - 2019-04-11

Added

  • Errors in proof verification reports now have a toJSON method that allows the errors to be serialized properly when the report is stringified using JSON.stringify.
davidlehn
published 4.0.2 •

Changelog

Source

4.0.2 - 2019-03-29

Fixed

  • Update webpack externals to also support amd and commonjs names.