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

jsonld-signatures

Package Overview
Dependencies
Maintainers
3
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 1.1.0 to 1.1.1

3

bower.json
{
"name": "jsonld-signatures",
"version": "1.1.0",
"version": "1.1.1",
"moduleType": [

@@ -16,2 +16,3 @@ "amd"

"dependencies": {
"async": "^1.4.2",
"es6-promise": "~2.0.1",

@@ -18,0 +19,0 @@ "jsonld": "~0.4.2",

{
"name": "jsonld-signatures",
"version": "1.1.0",
"version": "1.1.1",
"description": "An implementation of the Linked Data Signatures specification for JSON-LD in node.js.",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/digitalbazaar/jsonld-signatures",

@@ -319,7 +319,6 @@ /**

"credential": {"@id": "sec:credential", "@type": "@id"},
"authenticationTag": "sec:authenticationTag",
"cipherAlgorithm": "sec:cipherAlgorithm",
"cipherData": "sec:cipherData",
"cipherKey": "sec:cipherKey",
"claim": {"@id": "sec:claim", "@type": "@id"},
"created": {"@id": "dc:created", "@type": "xsd:dateTime"},

@@ -334,2 +333,3 @@ "creator": {"@id": "dc:creator", "@type": "@id"},

"initializationVector": "sec:initializationVector",
"iterationCount": "sec:iterationCount",
"nonce": "sec:nonce",

@@ -345,2 +345,3 @@ "normalizationAlgorithm": "sec:normalizationAlgorithm",

"revoked": {"@id": "sec:revoked", "@type": "xsd:dateTime"},
"salt": "sec:salt",
"signature": "sec:signature",

@@ -347,0 +348,0 @@ "signatureAlgorithm": "sec:signingAlgorithm",

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