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

apisdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apisdk - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

index.js

@@ -16,3 +16,3 @@ class API extends Function {

return config => {
config = Object.assign({ method: key }, this.globalConfig, config);
config = Object.assign({ method: key.toUpperCase() }, this.globalConfig, config);
// Convert request body to JSON

@@ -19,0 +19,0 @@ if (typeof config.body === 'object' && !(config.body instanceof Blob) && !(config.body instanceof FormData)) {

{
"name": "apisdk",
"version": "2.0.3",
"version": "2.0.4",
"description": "APISDK for ES6",

@@ -5,0 +5,0 @@ "main": "index.js",

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