Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aomex/commander

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/commander - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

CHANGELOG.md
# @aomex/commander
## 1.0.2
### Patch Changes
- Updated dependencies []:
- @aomex/internal-file-import@1.0.2
- @aomex/internal-tools@1.0.2
## 1.0.1

@@ -4,0 +12,0 @@

3

dist/index.js

@@ -120,4 +120,3 @@ // src/commanders.ts

fn: async (ctx, next) => {
if (!commanders2)
await promise;
if (!commanders2) await promise;
composeFn ||= compose2(

@@ -124,0 +123,0 @@ commanders2.map((commander) => commander["toMiddleware"](ctx.app))

{
"name": "@aomex/commander",
"version": "1.0.1",
"version": "1.0.2",
"description": "创建aomex控制台指令",

@@ -33,10 +33,10 @@ "type": "module",

"dependencies": {
"@aomex/internal-tools": "^1.0.1",
"@aomex/internal-file-import": "^1.0.1"
"@aomex/internal-tools": "^1.0.2",
"@aomex/internal-file-import": "^1.0.2"
},
"devDependencies": {
"@aomex/console": "^1.0.1",
"@aomex/core": "^1.0.1"
"@aomex/console": "^1.0.2",
"@aomex/core": "^1.0.2"
},
"scripts": {}
}

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