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

@frontegg/js

Package Overview
Dependencies
Maintainers
3
Versions
737
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/js - npm Package Compare versions

Comparing version 7.54.0 to 7.55.0-alpha.0

1

index.d.ts

@@ -5,3 +5,2 @@ export * from './AppHolder';

export * from './AdminPortal';
export * from './CheckoutDialog';
export * from './AdminPortalRenderer';

@@ -8,0 +7,0 @@ export * from './LoginBoxRenderer';

3

index.js

@@ -1,2 +0,2 @@

/** @license Frontegg v7.54.0
/** @license Frontegg v7.55.0-alpha.0
*

@@ -10,3 +10,2 @@ * This source code is licensed under the MIT license found in the

export * from './AdminPortal';
export * from './CheckoutDialog';
export * from './AdminPortalRenderer';

@@ -13,0 +12,0 @@ export * from './LoginBoxRenderer';

@@ -1,2 +0,2 @@

/** @license Frontegg v7.54.0
/** @license Frontegg v7.55.0-alpha.0
*

@@ -55,13 +55,2 @@ * This source code is licensed under the MIT license found in the

});
var _CheckoutDialog = require("./CheckoutDialog");
Object.keys(_CheckoutDialog).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _CheckoutDialog[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _CheckoutDialog[key];
}
});
});
var _AdminPortalRenderer = require("./AdminPortalRenderer");

@@ -68,0 +57,0 @@ Object.keys(_AdminPortalRenderer).forEach(function (key) {

@@ -8,4 +8,4 @@ "use strict";

var _default = {
cdnVersion: '7.54.0'
cdnVersion: '7.55.0-alpha.0'
};
exports["default"] = _default;
{
"name": "@frontegg/js",
"version": "7.54.0",
"version": "7.55.0-alpha.0",
"main": "./node/index.js",

@@ -9,3 +9,3 @@ "license": "MIT",

"@babel/runtime": "^7.18.6",
"@frontegg/types": "7.54.0"
"@frontegg/types": "7.55.0-alpha.0"
},

@@ -12,0 +12,0 @@ "browserslist": {

@@ -38,3 +38,3 @@ /*!

/** @license Frontegg v7.54.0
/** @license Frontegg v7.55.0-alpha.0
*

@@ -41,0 +41,0 @@ * This source code is licensed under the MIT license found in the

export default {
cdnVersion: '7.54.0'
cdnVersion: '7.55.0-alpha.0'
};

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

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

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