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

@ucanto/client

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucanto/client - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

10

package.json
{
"name": "@ucanto/client",
"description": "UCAN RPC Client",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [

@@ -25,3 +25,3 @@ "UCAN",

"multiformats": "^9.6.4",
"@ucanto/interface": "^0.4.0"
"@ucanto/interface": "^0.5.0"
},

@@ -41,5 +41,5 @@ "devDependencies": {

"typescript": "^4.7.2",
"@ucanto/authority": "^0.4.0",
"@ucanto/transport": "^0.4.0",
"@ucanto/core": "^0.4.0"
"@ucanto/authority": "^0.4.1",
"@ucanto/transport": "^0.5.0",
"@ucanto/core": "^0.5.0"
},

@@ -46,0 +46,0 @@ "type": "module",

@@ -1,3 +0,3 @@

import * as API from "@ucanto/interface"
import { sha256 } from "multiformats/hashes/sha2"
import * as API from '@ucanto/interface'
import { sha256 } from 'multiformats/hashes/sha2'

@@ -11,3 +11,3 @@ /**

*/
export const connect = options => new Connection(options)
export const connect = (options) => new Connection(options)

@@ -14,0 +14,0 @@ /**

@@ -1,7 +0,7 @@

export * from "./invoke.js"
export * from "./connection.js"
export * from './connection.js'
export * from "@ucanto/interface"
import { Delegation } from "@ucanto/core"
export * from '@ucanto/interface'
import { Delegation, invoke } from '@ucanto/core'
export const delegate = Delegation.delegate
export { invoke }
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