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

seer-dynamic-component

Package Overview
Dependencies
Maintainers
6
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.1 to 2.0.1

8

lib/index.js

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

import "core-js/modules/es6.reflect.construct.js";
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";

@@ -11,9 +10,2 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

import _regeneratorRuntime from "@babel/runtime/regenerator";
import "core-js/modules/web.dom.iterable.js";
import "core-js/modules/es6.string.iterator.js";
import "core-js/modules/es6.object.to-string.js";
import "core-js/modules/es6.array.iterator.js";
import "core-js/modules/es6.promise.js";
import "core-js/modules/es6.array.find.js";
import "core-js/modules/es6.array.find-index.js";

@@ -20,0 +12,0 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }

@@ -1,6 +0,1 @@

import "core-js/modules/es6.object.keys.js";
import "core-js/modules/es6.symbol.js";
import "core-js/modules/es6.array.filter.js";
import "core-js/modules/es6.object.get-own-property-descriptor.js";
import "core-js/modules/es7.object.get-own-property-descriptors.js";
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";

@@ -14,10 +9,2 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

import "core-js/modules/es6.object.to-string.js";
import "core-js/modules/es6.promise.js";
import "core-js/modules/es6.array.find.js";
import "core-js/modules/es6.string.iterator.js";
import "core-js/modules/es6.array.iterator.js";
import "core-js/modules/web.dom.iterable.js";
import "core-js/modules/es6.regexp.replace.js";
/**

@@ -24,0 +11,0 @@ * 获取组件配置信息

5

package.json
{
"name": "seer-dynamic-component",
"version": "1.6.1",
"version": "2.0.1",
"description": "",

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

"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/plugin-syntax-export-default-from": "^7.14.5",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",

@@ -32,4 +32,5 @@ "@babel/preset-env": "^7.11.5",

"@babel/runtime": "^7.6.3",
"core-js": "^3.25.0",
"standard-version": "^7.1.0"
}
}
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