Socket
Socket
Sign inDemoInstall

@vonage/vetch

Package Overview
Dependencies
Maintainers
46
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vetch - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

4

dist/enums/responseTypes.d.ts
export declare enum ResponseTypes {
json = "json"
json = "json",
stream = "stream",
text = "text"
}

@@ -7,3 +7,5 @@ "use strict";

ResponseTypes["json"] = "json";
ResponseTypes["stream"] = "stream";
ResponseTypes["text"] = "text";
})(ResponseTypes || (exports.ResponseTypes = ResponseTypes = {}));
//# sourceMappingURL=responseTypes.js.map

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

switch (opts.responseType) {
case 'stream':
return res.buffer();
case 'json': {

@@ -59,0 +61,0 @@ let data = await res.text();

{
"name": "@vonage/vetch",
"version": "1.5.0",
"version": "1.5.1",
"description": "Vonage package for server side fetch.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/vetch#readme",

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