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

flex-plugin

Package Overview
Dependencies
Maintainers
2
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-plugin - npm Package Compare versions

Comparing version 4.2.0-alpha.0 to 4.6.2-alpha.0

12

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var flex_plugin_1 = require("./lib/flex-plugin");
exports.loadPlugin = flex_plugin_1.loadPlugin;
exports.FlexPlugin = flex_plugin_1.FlexPlugin;
Object.defineProperty(exports, "loadPlugin", { enumerable: true, get: function () { return flex_plugin_1.loadPlugin; } });
Object.defineProperty(exports, "FlexPlugin", { enumerable: true, get: function () { return flex_plugin_1.FlexPlugin; } });
var runtime_1 = require("./utils/runtime");
exports.getAssetsUrl = runtime_1.getAssetsUrl;
exports.getRuntimeUrl = runtime_1.getRuntimeUrl;
Object.defineProperty(exports, "getAssetsUrl", { enumerable: true, get: function () { return runtime_1.getAssetsUrl; } });
Object.defineProperty(exports, "getRuntimeUrl", { enumerable: true, get: function () { return runtime_1.getRuntimeUrl; } });
var loadJS_1 = require("./utils/loadJS");
exports.loadJS = loadJS_1.loadJS;
Object.defineProperty(exports, "loadJS", { enumerable: true, get: function () { return loadJS_1.loadJS; } });
var loadCSS_1 = require("./utils/loadCSS");
exports.loadCSS = loadCSS_1.loadCSS;
Object.defineProperty(exports, "loadCSS", { enumerable: true, get: function () { return loadCSS_1.loadCSS; } });
//# sourceMappingURL=index.js.map

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

/// <reference path="../../src/module.d.ts" />
/// <reference types="src/module" />
import Flex from '@twilio/flex-ui';

@@ -3,0 +3,0 @@ export declare type FlexGlobal = typeof Flex;

"use strict";
/// <reference path="../module.d.ts" />
Object.defineProperty(exports, "__esModule", { value: true });
exports.loadPlugin = exports.FlexPlugin = void 0;
/**

@@ -5,0 +6,0 @@ * Base class for creating a Flex Plugin

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.loadCSS = void 0;
var shortid_1 = __importDefault(require("./shortid"));

@@ -8,0 +9,0 @@ /**

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.loadJS = void 0;
var shortid_1 = __importDefault(require("./shortid"));

@@ -8,0 +9,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAssetsUrl = exports.getRuntimeUrl = void 0;
/**

@@ -4,0 +5,0 @@ * Gets the Twilio Runtime URL

{
"name": "flex-plugin",
"version": "4.2.0-alpha.0",
"version": "4.6.2-alpha.0",
"description": "Runtime for Flex plugins",

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "cd221fc8c416b909cf87defbc6de66607786ffbe"
"gitHead": "1141361a47d4722992ab522f8120c3a48700c48e"
}

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

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