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

@based/client

Package Overview
Dependencies
Maintainers
0
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/client - npm Package Compare versions

Comparing version 6.9.0 to 6.9.1

8

dist/src/incoming/protocol.js

@@ -50,7 +50,5 @@ import { addGetToQueue } from '../outgoing/index.js';

}
else {
if (d instanceof Blob) {
const buffer = await d.arrayBuffer();
return new Uint8Array(buffer);
}
if (d instanceof Blob) {
const buffer = await d.arrayBuffer();
return new Uint8Array(buffer);
}

@@ -57,0 +55,0 @@ throw new Error('432');

{
"name": "@based/client",
"version": "6.9.0",
"version": "6.9.1",
"license": "MIT",

@@ -36,8 +36,8 @@ "scripts": {

"dependencies": {
"@based/errors": "^1.3.0",
"@based/fetch": "^2.0.3",
"@based/opts": "^1.1.0",
"@saulx/diff": "^2.0.2",
"@saulx/hash": "^3.0.0",
"@saulx/utils": "^5.0.0",
"@based/fetch": "^2.0.3",
"@based/errors": "^1.3.0",
"@based/opts": "^1.1.0",
"fflate": "0.8.1",

@@ -48,10 +48,10 @@ "isomorphic-ws": "^5.0.0",

"devDependencies": {
"vite": "^5.2.8",
"get-port": "7.0.0",
"@based/functions": "^3.0.2",
"ava": "5.3.1",
"cross-fetch": "4.0.0",
"ava": "5.3.1",
"get-port": "7.0.0",
"rimraf": "^3.0.2",
"typescript": "^5.2.2",
"rimraf": "^3.0.2"
"vite": "^5.2.8"
}
}
}

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