@based/client
Advanced tools
Comparing version 6.9.0 to 6.9.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218633
3494
3