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

complex-utils

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-utils - npm Package Compare versions

Comparing version
2.8.8
to
2.9.1
+3
-0
history.md
### 2.9.1
- feat:修改模块加载逻辑为ES2020
### 2.8.8

@@ -3,0 +6,0 @@ - fix:修正parseLayout函数在contentWidth<minWidth时的计算错误,以及size=1时的offset的错误计算

+2
-1
{
"name": "complex-utils",
"version": "2.8.8",
"version": "2.9.1",
"description": "a complex utils",
"type": "module",
"main": "index.ts",

@@ -6,0 +7,0 @@ "repository": {

@@ -32,5 +32,5 @@ {

/* 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. */

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