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

@descope-int/react-dynamic-sdk

Package Overview
Dependencies
Maintainers
3
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@descope-int/react-dynamic-sdk - npm Package Compare versions

Comparing version 1.0.105 to 1.0.106

9

dist/cjs/index.cjs.js

@@ -56,2 +56,3 @@ 'use strict';

const origDefine = customElements.define;
const origGet = customElements.get;
customElements.define = (...args) => {

@@ -61,2 +62,3 @@ if (args[0] === WC_NAME) {

customElements.define = origDefine;
customElements.get = origGet;
}

@@ -67,2 +69,9 @@ else {

};
customElements.get = (...args) => {
if (args[0] === WC_NAME) {
customElements.get = origGet;
return null;
}
return origGet.apply(customElements, args);
};
});

@@ -69,0 +78,0 @@

@@ -31,2 +31,3 @@ import { AuthProvider as AuthProvider$1, Descope as Descope$1 } from '@descope/react-sdk';

const origDefine = customElements.define;
const origGet = customElements.get;
customElements.define = (...args) => {

@@ -36,2 +37,3 @@ if (args[0] === WC_NAME) {

customElements.define = origDefine;
customElements.get = origGet;
}

@@ -42,2 +44,9 @@ else {

};
customElements.get = (...args) => {
if (args[0] === WC_NAME) {
customElements.get = origGet;
return null;
}
return origGet.apply(customElements, args);
};
});

@@ -44,0 +53,0 @@

2

package.json
{
"name": "@descope-int/react-dynamic-sdk",
"version": "1.0.105",
"version": "1.0.106",
"description": "Descope Dynamic React SDK",

@@ -5,0 +5,0 @@ "author": "Descope Team <info@descope.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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