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

seer-dynamic-component

Package Overview
Dependencies
Maintainers
1
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.0.7 to 1.0.8

10

lib/index.js

@@ -101,3 +101,3 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

_context.next = 3;
return loadRealComponent(targetComp, id, "components_", relativePath);
return loadRealComponent(targetComp, id, "components_", "componentsIn", relativePath);

@@ -121,3 +121,3 @@ case 3:

});
targetRoute && injectReducers.push(_this2.injectReducer(targetRoute, reducers[i], injectReducer));
targetRoute && injectReducers.push(_this2.injectReducer(targetRoute, reducers[i], injectReducer, relativePath));
};

@@ -168,3 +168,3 @@

value: function () {
var _injectReducer2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(targetRoute, reducerId, _injectReducer) {
var _injectReducer2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(targetRoute, reducerId, _injectReducer, relativePath) {
var reducerComp;

@@ -176,3 +176,3 @@ return regeneratorRuntime.wrap(function _callee3$(_context3) {

_context3.next = 2;
return loadRealComponent(targetRoute, reducerId, "reducer_", "moduleIns");
return loadRealComponent(targetRoute, reducerId, "reducer_", "moduleIns", relativePath);

@@ -194,3 +194,3 @@ case 2:

function injectReducer(_x3, _x4, _x5) {
function injectReducer(_x3, _x4, _x5, _x6) {
return _injectReducer2.apply(this, arguments);

@@ -197,0 +197,0 @@ }

{
"name": "seer-dynamic-component",
"version": "1.0.7",
"version": "1.0.8",
"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