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 9.0.2 to 9.1.0

2

package.json
{
"name": "@ucanto/transport",
"description": "ucanto transport",
"version": "9.0.2",
"version": "9.1.0",
"keywords": [

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

@@ -68,3 +68,3 @@ import * as API from '@ucanto/interface'

? await response.arrayBuffer()
: HTTPError.throw('HTTP Request failed', response)
: HTTPError.throw(`HTTP Request failed. ${this.method} ${this.url.href} → ${response.status}`, response)

@@ -71,0 +71,0 @@ return {

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