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

@ucanto/client

Package Overview
Dependencies
Maintainers
3
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 7.0.0 to 7.0.1

6

dist/src/lib.d.ts
export * from "./connection.js";
export * from "@ucanto/interface";
export const delegate: typeof Delegation.delegate;
export { invoke };
import { Delegation } from "@ucanto/core";
import { invoke } from "@ucanto/core";
import { ok } from "@ucanto/core/result.js";
import { error } from "@ucanto/core/result.js";
import { Schema } from "@ucanto/core";
import { DAG } from "@ucanto/core";
export { invoke, ok, error, Schema, DAG };
//# sourceMappingURL=lib.d.ts.map

8

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

@@ -24,4 +24,4 @@ "UCAN",

"dependencies": {
"@ucanto/interface": "^7.0.0",
"@ucanto/core": "^7.0.0"
"@ucanto/interface": "^7.0.1",
"@ucanto/core": "^7.0.1"
},

@@ -40,3 +40,3 @@ "devDependencies": {

"@ucanto/principal": "^7.0.0",
"@ucanto/transport": "^7.0.0"
"@ucanto/transport": "^7.0.2"
},

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

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