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

@tomphttp/bare-client

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tomphttp/bare-client - npm Package Compare versions

Comparing version 1.1.2-beta.2 to 1.1.2-beta.3

9

dist/BareClient.js

@@ -788,5 +788,12 @@ // The user likely has overwritten all networking functions after importing bare-client

if (!this.working)
this.working = fetchManifest(this.server, this.onDemandSignal).then((manfiest) => {
this.working = fetchManifest(this.server, this.onDemandSignal)
.then((manfiest) => {
this.manfiest = manfiest;
this.getClient();
})
.catch((err) => {
// allow the next request to re-fetch the manifest
// this is to prevent BareClient from permanently failing when used on demand
delete this.working;
throw err;
});

@@ -793,0 +800,0 @@ return this.working;

2

package.json
{
"name": "@tomphttp/bare-client",
"version": "1.1.2-beta.2",
"version": "1.1.2-beta.3",
"homepage": "https://github.com/tomphttp",

@@ -5,0 +5,0 @@ "bugs": {

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