New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudbase/oauth

Package Overview
Dependencies
Maintainers
16
Versions
156
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.11-beta to 1.3.12-beta

3

app/openuri.js

@@ -60,2 +60,5 @@ "use strict";

if (e.origin == openURL.origin && callBack.callFunc) {
if (!(typeof e.data === "string")) {
return;
}
target.style.display = 'none';

@@ -62,0 +65,0 @@ const data = JSON.parse(e.data);

2

package.json
{
"name": "@cloudbase/oauth",
"version": "1.3.11-beta",
"version": "1.3.12-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