@canvas-js/signed-cid
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -9,2 +9,3 @@ import * as cbor from "@ipld/dag-cbor"; | ||
code: cbor.code, | ||
// TODO: use a streaming encoder with a no-copy mode | ||
encode: (value) => [cbor.encode(value)], | ||
@@ -15,2 +16,3 @@ }, | ||
code: json.code, | ||
// TODO: use a streaming encoder with a no-copy mode | ||
encode: (value) => [json.encode(value)], | ||
@@ -17,0 +19,0 @@ }, |
{ | ||
"name": "@canvas-js/signed-cid", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Canvas Technologies, Inc. (https://canvas.xyz)", | ||
@@ -22,3 +22,3 @@ "type": "module", | ||
"dependencies": { | ||
"@canvas-js/interfaces": "0.5.0", | ||
"@canvas-js/interfaces": "0.5.1", | ||
"@ipld/dag-cbor": "^9.0.6", | ||
@@ -25,0 +25,0 @@ "@ipld/dag-json": "^10.1.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11424
197
0
+ Added@canvas-js/interfaces@0.5.1(transitive)
- Removed@canvas-js/interfaces@0.5.0(transitive)
Updated@canvas-js/interfaces@0.5.1