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

jsonld-signatures

Package Overview
Dependencies
Maintainers
5
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonld-signatures - npm Package Compare versions

Comparing version 9.3.1 to 10.0.0

23

package.json
{
"name": "jsonld-signatures",
"version": "9.3.1",
"version": "10.0.0",
"description": "An implementation of the Linked Data Signatures specifications for JSON-LD in JavaScript.",

@@ -28,7 +28,6 @@ "homepage": "https://github.com/digitalbazaar/jsonld-signatures",

"files": [
"lib/*.js",
"lib/**/*.js"
],
"dependencies": {
"jsonld": "^5.0.0",
"jsonld": "^6.0.0",
"security-context": "^4.0.0",

@@ -38,10 +37,10 @@ "serialize-error": "^8.0.1"

"devDependencies": {
"chai": "^4.3.3",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"eslint": "^7.21.0",
"eslint-config-digitalbazaar": "^2.6.1",
"eslint-plugin-jsdoc": "^32.2.0",
"karma": "^6.1.1",
"eslint": "^8.17.0",
"eslint-config-digitalbazaar": "^3.0.0",
"eslint-plugin-jsdoc": "^39.3.2",
"karma": "^6.3.20",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",

@@ -51,9 +50,9 @@ "karma-mocha-reporter": "^2.2.5",

"karma-webpack": "^5.0.0",
"mocha": "^8.3.1",
"mocha": "^10.0.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"webpack": "^5.24.3"
"webpack": "^5.73.0"
},
"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -60,0 +59,0 @@ "keywords": [

@@ -102,4 +102,10 @@ # JSON-LD Signatures _(jsonld-signatures)_

- Node.js 12+ is required.
- Browsers and Node.js 14+ are supported.
To install from NPM:
```
npm install jsonld-signatures
```
To install locally (for development):

@@ -106,0 +112,0 @@

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