Socket
Socket
Sign inDemoInstall

@aomex/internal-tools

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/internal-tools - npm Package Compare versions

Comparing version 0.0.27 to 1.0.0

README.md

6

CHANGELOG.md
# @aomex/internal-tools
## 0.0.27
## 1.0.0
### Patch Changes
### Minor Changes
- [`8becf8e`](https://github.com/aomex/aomex/commit/8becf8ee5ef86a5909783d0654e536db7be9bf5b) Thanks [@geekact](https://github.com/geekact)! - refactor(core): 工具移动到新的包@aomex/internal-tools
- [`11103a2`](https://github.com/aomex/aomex/commit/11103a2aff4e081754c56b0ff18fa5130ca252e8) Thanks [@geekact](https://github.com/geekact)! - 重新制作

@@ -13,3 +13,3 @@ export { default as chalk } from 'chalk';

/**
* 等待指定的时间后再往下执行
* 等待指定的时间(毫秒)后再往下执行
*/

@@ -22,3 +22,6 @@ declare const sleep: (durationMS: number) => Promise<void>;

type Union2Intersection<T> = (T extends any ? (arg: T) => void : never) extends (arg: infer P) => void ? P : never;
type Prettify<T> = {
[K in keyof T]: Prettify<T[K]>;
} & {};
export { NonReadonly, Union2Intersection, sleep, toArray };
export { type NonReadonly, type Prettify, type Union2Intersection, sleep, toArray };
{
"name": "@aomex/internal-tools",
"version": "0.0.27",
"description": "实用工具",
"version": "1.0.0",
"description": "aomex内部实用工具",
"type": "module",

@@ -24,3 +24,2 @@ "types": "dist/index.d.ts",

],
"keywords": [],
"repository": "git@github.com:aomex/aomex.git",

@@ -34,5 +33,3 @@ "homepage": "https://aomex.js.org",

},
"scripts": {
"test": "vitest"
}
"scripts": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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