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

@ucanto/transport

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucanto/transport - npm Package Compare versions

Comparing version 8.0.0 to 9.0.0

6

dist/src/car.d.ts
export const contentType: "application/vnd.ipld.car";
export const inbound: import("@ucanto/interface").InboundCodec;
export const outbound: import("@ucanto/interface").OutboundCodec;
import { CAR } from "@ucanto/core";
import * as request from "./car/request.js";
import * as response from "./car/response.js";
import { CAR } from '@ucanto/core';
import * as request from './car/request.js';
import * as response from './car/response.js';
export { CAR as codec, request, response };
//# sourceMappingURL=car.d.ts.map

@@ -7,4 +7,4 @@ export { CAR as codec };

export function decode<Message extends API.AgentMessage<any>>({ headers, body }: API.HTTPRequest<Message>): Promise<Message>;
import { CAR } from "@ucanto/core";
import * as API from "@ucanto/interface";
import { CAR } from '@ucanto/core';
import * as API from '@ucanto/interface';
//# sourceMappingURL=request.d.ts.map

@@ -5,4 +5,4 @@ export { CAR as codec };

export function decode<Message extends API.AgentMessage<any>>({ headers, body }: API.HTTPResponse<Message>): Promise<Message>;
import { CAR } from "@ucanto/core";
import * as API from "@ucanto/interface";
import { CAR } from '@ucanto/core';
import * as API from '@ucanto/interface';
//# sourceMappingURL=response.d.ts.map

@@ -20,3 +20,3 @@ export function inbound(source: {

};
import * as API from "@ucanto/interface";
import * as API from '@ucanto/interface';
//# sourceMappingURL=codec.d.ts.map

@@ -22,3 +22,3 @@ export function open<S>({ url, method, fetch }: {

};
import * as API from "@ucanto/interface";
import * as API from '@ucanto/interface';
/**

@@ -25,0 +25,0 @@ * @template {Record<string, any>} S

@@ -7,5 +7,5 @@ export const contentType: "application/car";

export const inbound: import("@ucanto/interface").InboundCodec;
import * as request from "./legacy/request.js";
import * as response from "./legacy/response.js";
import * as request from './legacy/request.js';
import * as response from './legacy/response.js';
export { request, response };
//# sourceMappingURL=legacy.d.ts.map
export const contentType: "application/car";
export function decode<Message extends API.AgentMessage<any>>({ body }: API.HTTPRequest<Message>): Promise<Message>;
import * as API from "@ucanto/interface";
import * as API from '@ucanto/interface';
//# sourceMappingURL=request.d.ts.map
export const contentType: "application/cbor";
export function encode<Message extends API.AgentMessage<any>>(message: Message, options?: API.EncodeOptions | undefined): API.HTTPResponse<Message>;
import * as API from "@ucanto/interface";
import * as API from '@ucanto/interface';
//# sourceMappingURL=response.d.ts.map
{
"name": "@ucanto/transport",
"description": "ucanto transport",
"version": "8.0.0",
"version": "9.0.0",
"keywords": [

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

"dependencies": {
"@ucanto/interface": "^8",
"@ucanto/core": "^8.0.0"
"@ucanto/core": "^9.0.0",
"@ucanto/interface": "^9.0.0"
},

@@ -37,4 +37,4 @@ "devDependencies": {

"playwright-test": "^8.2.0",
"typescript": "^4.9.5",
"@ucanto/principal": "^8.0.0"
"typescript": "^5.0.4",
"@ucanto/principal": "^9.0.0"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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