Socket
Socket
Sign inDemoInstall

@aomex/internal-tools

Package Overview
Dependencies
Maintainers
0
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 1.0.3 to 1.0.4

6

CHANGELOG.md
# @aomex/internal-tools
## 1.0.4
### Patch Changes
- [`a1a1787`](https://github.com/aomex/aomex/commit/a1a1787c791bf113c7e87e4435ea364eb8ce8eb8) Thanks [@geekact](https://github.com/geekact)! - refactor: 使用node内置的 util.styleText 替换 chalk 包
## 1.0.3

@@ -4,0 +10,0 @@

1

dist/index.d.ts

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

export { default as chalk } from 'chalk';
export { default as bytes } from 'bytes';

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

@@ -12,7 +12,5 @@ // src/to-array.ts

// src/index.ts
import { default as default2 } from "chalk";
import { default as default3 } from "bytes";
import { default as default2 } from "bytes";
export {
default3 as bytes,
default2 as chalk,
default2 as bytes,
sleep,

@@ -19,0 +17,0 @@ toArray

{
"name": "@aomex/internal-tools",
"version": "1.0.3",
"version": "1.0.4",
"description": "aomex内部实用工具",

@@ -29,6 +29,5 @@ "type": "module",

"@types/bytes": "^3.1.4",
"bytes": "^3.1.2",
"chalk": "^5.3.0"
"bytes": "^3.1.2"
},
"scripts": {}
}

@@ -5,6 +5,2 @@ # @aomex/internal-tools

## chalk
第三方库,用于在终端给文字添加颜色和背景
##

@@ -11,0 +7,0 @@

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