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

seer-dynamic-component

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seer-dynamic-component - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

19

lib/utils.js

@@ -106,3 +106,3 @@ import "core-js/modules/es6.object.keys.js";

var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(res) {
var tempModule, comp;
var comp;
return _regeneratorRuntime.wrap(function _callee$(_context) {

@@ -115,3 +115,3 @@ while (1) {

if (!(res && res.default)) {
_context.next = 14;
_context.next = 13;
break;

@@ -126,3 +126,3 @@ }

window.seerConfig[key][module] = res.default.default;
_context.next = 14;
_context.next = 13;
break;

@@ -132,3 +132,3 @@

if (!res.default.init) {
_context.next = 13;
_context.next = 12;
break;

@@ -141,15 +141,14 @@ }

case 9:
tempModule = _context.sent;
window.seerConfig.moduleIns[module][packageName] = tempModule;
_context.next = 14;
window.seerConfig[key][module] = _context.sent;
_context.next = 13;
break;
case 13:
case 12:
window.seerConfig[key][module] = res.default;
case 14:
case 13:
comp = window.seerConfig[key][module][tranCompId];
resolve(comp);
case 16:
case 15:
case "end":

@@ -156,0 +155,0 @@ return _context.stop();

{
"name": "seer-dynamic-component",
"version": "1.6.0",
"version": "1.6.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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