Huge News!Announcing our $40M Series B led by Abstract Ventures.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
9

8.0.1

Diff

Changelog

Source

8.0.1 - 2021-03-18

Changed

  • Update karma setup, remove babel.
codenamedmitri
published 8.0.0 •

Changelog

Source

8.0.0 - 2021-03-18

Changed

  • BREAKING: Only support Node.js >=12.
  • BREAKING: Drop support for deprecated owner proof property.
  • BREAKING: Drop support for deprecated creator proof property.

Removed

  • BREAKING: No longer shipping browser bundles. Due to splitting out suites into other packages, it becomes more practical to create browser bundles at the application level with modern tools.
  • BREAKING: No longer exporting crypto-ld classes.
  • BREAKING: Remove PublicKeyProofPurpose.
  • BREAKING: Remove GraphSignature2012 suite.
  • BREAKING: Remove LinkedDataSignature2015 suite.
  • BREAKING: Remove bundled signature suites; all moved to external repos:
    • JwsLinkedDataSignature suite moved to https://github.com/digitalbazaar/jws-linked-data-signature
    • RsaSignature2018 suite moved to https://github.com/digitalbazaar/rsa-signature-2018
    • Ed25519Signature2018 suite moved to https://github.com/digitalbazaar/ed25519-signature-2018
  • BREAKING: Remove compactProof parameter when signing and verifying. This means that going forward, documents are required to use the appropriate contexts for the proof that they're using (error will be thrown otherwise).
codenamedmitri
published 7.0.0 •

Changelog

Source

7.0.0 - 2021-02-11

Changed

  • BREAKING: Update to jsonld@4.0.1 dep (uses JSON-LD 1.1).
mattcollier
published 6.0.0 •

Changelog

Source

6.0.0 - 2020-09-30

Changed

  • BREAKING: Drop support for Node.js v8.
mattcollier
published 5.2.0 •

Changelog

Source

5.2.0 - 2020-09-30

Changed

  • Use node-forge@0.10.0.
mattcollier
published 5.1.0 •

Changelog

Source

5.1.0 - 2020-05-05

Changed

  • Improve error handling when a JwsLinkedDataSignature is missing a "jws" property.
davidlehn
published 5.0.1 •

Changelog

Source

5.0.1 - 2020-02-27

Fixed

  • Re-publish to fix package.json version.
codenamedmitri
published 5.0.0 •

Changelog

Source

5.0.0 - 2020-02-14

Removed

  • BREAKING: ECDSA signature support.
    • Remove EcdsaKoblitzSignature2016 suite and tests.
    • Remove bitcore-message dependency.
    • Move feature to 'ecdsa-koblitz-signature-2016' package.

Changed

  • BREAKING: verify()'s results.error is now always a VerificationError instance where error.errors is an array that includes all of the errors that occurred during the verification process.
davidlehn
published 4.6.0 •

Changelog

Source

4.6.0 - 2020-01-17

Changed

  • Update node-forge and jsonld dependencies.
mattcollier
published 4.5.1 •

Changelog

Source

4.5.1 - 2019-12-11

Changed

  • Required jsonld.js >= 2.0.1.
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