🎩 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.10.4
to
2.10.5
+3
-0
history.md

@@ -0,1 +1,4 @@

### 2.10.5
- feat: 将TypeScript类型导入语法升级为type关键字形式
### 2.10.4

@@ -2,0 +5,0 @@ - fix: 修正 `parseNum` 处理小数时可能存在的浮点数问题。

+1
-1
{
"name": "complex-utils",
"version": "2.10.4",
"version": "2.10.5",
"description": "a complex utils",

@@ -5,0 +5,0 @@ "type": "module",

import _Data from "./_Data"
import { LifeData, LifeList, LifeMap, LifeValueInitOptionWithExtra } from "./LifeData"
import { LifeData, LifeList, LifeMap, type LifeValueInitOptionWithExtra } from "./LifeData"

@@ -4,0 +4,0 @@ export interface DataWithLife {

import { LifeList } from "../class/LifeData"
import $exportMsg from "../utils/$exportMsg"
import { consoleType } from "../utils/exportMsg"
import { type consoleType } from "../utils/exportMsg"

@@ -5,0 +5,0 @@ const option = {

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

import { mathType } from './getNum'
import { type mathType } from './getNum'
import parseNum from './parseNum'

@@ -3,0 +3,0 @@

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

import { ComplexType } from '../type/getComplexType'
import { type ComplexType } from '../type/getComplexType'
import getNum from './../number/getNum'

@@ -3,0 +3,0 @@

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

import getType, { SimpleType } from './getType'
import getType, { type SimpleType } from './getType'
import getTag from './getTag'

@@ -3,0 +3,0 @@