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

@burstjs/http

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@burstjs/http - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

out/http.d.ts

@@ -11,5 +11,3 @@ import HttpResponse from './httpResponse';

delete(url: string): Promise<HttpResponse>;
mockClear(): void;
mockImplementationOnce(): void;
}
export default Http;

@@ -73,6 +73,4 @@ "use strict";

}
mockClear() { }
mockImplementationOnce() { }
}
exports.default = Http;
//# sourceMappingURL=http.js.map

@@ -57,4 +57,2 @@ "use strict";

}
mockClear() { }
mockImplementationOnce() { }
static reset() {

@@ -61,0 +59,0 @@ http_1.default.mockClear();

4

package.json
{
"name": "@burstjs/http",
"version": "0.0.8",
"version": "0.0.9",
"description": "Send commands to BURST over HTTP",

@@ -49,3 +49,3 @@ "contributors": [

},
"gitHead": "d66916118ee787da2aacfc18b9809c66617c2b57",
"gitHead": "424eba9866f7bde74e3671aa22e2409778e6abf4",
"publishConfig": {

@@ -52,0 +52,0 @@ "access": "public"

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