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

@cloudbase/oauth

Package Overview
Dependencies
Maintainers
15
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/oauth - npm Package Compare versions

Comparing version 1.3.4-beta to 1.3.5-beta

9

app/request.js

@@ -18,4 +18,9 @@ "use strict";

copyOptions.body = JSON.stringify(copyOptions.body, (key, value) => {
if (value && value !== '') {
return value;
if (value) {
if (value instanceof Map) {
return Object.fromEntries(value.entries());
}
else if (value !== '') {
return value;
}
}

@@ -22,0 +27,0 @@ });

{
"name": "@cloudbase/oauth",
"version": "1.3.4-beta",
"version": "1.3.5-beta",
"description": "",

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

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