🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

complex-plugin

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-plugin - npm Package Compare versions

Comparing version
4.8.3
to
4.9.1
+3
-0
history.md
### ToDo
### 4.9.1
- feat:修改模块加载逻辑为ES2020
### 4.8.2

@@ -4,0 +7,0 @@ - fix:修正layout监控window的resize事件的判断逻辑为delay,避免布局数据错误的BUG

+3
-2
{
"name": "complex-plugin",
"version": "4.8.3",
"version": "4.9.1",
"description": "a complex plugin",
"type": "module",
"main": "index.ts",

@@ -11,3 +12,3 @@ "repository": {

"dependencies": {
"complex-utils": "2.8.7 - 2.8.99"
"complex-utils": "2.9.2 - 2.9.99"
},

@@ -14,0 +15,0 @@ "devDependencies": {

@@ -14,3 +14,3 @@ {

/* Language and Environment */
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "ES2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"lib": [

@@ -33,5 +33,5 @@ "esnext",

/* Modules */
// "module": "", /* Specify what module code is generated. */
"module": "ES2020", /* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */

@@ -38,0 +38,0 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */