New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ipld/dag-ucan

Package Overview
Dependencies
Maintainers
9
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipld/dag-ucan - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

2

dist/src/crypto.d.ts

@@ -55,3 +55,3 @@ import type { ByteView, MulticodecCode, ToJSON, ToString } from "./ucan.js";

ok: {};
error?: void;
error?: undefined;
} | {

@@ -58,0 +58,0 @@ error: Error;

{
"name": "@ipld/dag-ucan",
"description": "UCAN codec for IPLD",
"version": "3.3.1",
"version": "3.3.2",
"keywords": [

@@ -6,0 +6,0 @@ "UCAN",

@@ -63,3 +63,3 @@ import type { ByteView, MulticodecCode, ToJSON, ToString } from "./ucan.js"

payload: ByteView<T>
) => Await<{ ok: {}; error?: void } | { error: Error; ok?: undefined }>
) => Await<{ ok: {}; error?: undefined } | { error: Error; ok?: undefined }>
}

@@ -66,0 +66,0 @@

Sorry, the diff of this file is not supported yet

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