jsonld-signatures
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"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", |
68956
1621