You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@frontegg/injector

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/injector - npm Package Compare versions

Comparing version

to
0.0.23

1

cjs/index.d.ts
import { InjectorOptions } from './types';
export * from './types';
declare global {

@@ -3,0 +4,0 @@ interface Window {

@@ -13,2 +13,12 @@ "use strict";

};
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -65,2 +75,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

var CONTENT_ID_PREFIX = 'frontegg-content';
__exportStar(require("./types"), exports);
var Injector = /** @class */ (function () {

@@ -83,3 +94,3 @@ function Injector(name, options) {

mode: 'open',
delegatesFocus: true
delegatesFocus: true,
});

@@ -86,0 +97,0 @@ this.rootEl = helpers_1.getOrCreateHtmlElementInside(CONTENT_ID_PREFIX, this.shadowEl);

import { InjectorOptions } from './types';
export * from './types';
declare global {

@@ -3,0 +4,0 @@ interface Window {

3

es2015/index.js

@@ -14,2 +14,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const CONTENT_ID_PREFIX = 'frontegg-content';
export * from './types';
class Injector {

@@ -31,3 +32,3 @@ constructor(name, options) {

mode: 'open',
delegatesFocus: true
delegatesFocus: true,
});

@@ -34,0 +35,0 @@ this.rootEl = getOrCreateHtmlElementInside(CONTENT_ID_PREFIX, this.shadowEl);

import { InjectorOptions } from './types';
export * from './types';
declare global {

@@ -3,0 +4,0 @@ interface Window {

@@ -59,2 +59,3 @@ var __assign = (this && this.__assign) || function () {

var CONTENT_ID_PREFIX = 'frontegg-content';
export * from './types';
var Injector = /** @class */ (function () {

@@ -77,3 +78,3 @@ function Injector(name, options) {

mode: 'open',
delegatesFocus: true
delegatesFocus: true,
});

@@ -80,0 +81,0 @@ this.rootEl = getOrCreateHtmlElementInside(CONTENT_ID_PREFIX, this.shadowEl);

{
"name": "@frontegg/injector",
"version": "0.0.22",
"version": "0.0.23",
"main": "cjs/index.js",

@@ -5,0 +5,0 @@ "types": "esm/index.d.ts",

@@ -176,3 +176,3 @@ (function (global, factory) {

mode: 'open',
delegatesFocus: true
delegatesFocus: true,
});

@@ -179,0 +179,0 @@ this.rootEl = getOrCreateHtmlElementInside(CONTENT_ID_PREFIX, this.shadowEl);

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet