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 0.0.15 to 0.0.16

10

CHANGELOG.md
# @aomex/commander
## 0.0.16
### Patch Changes
- [`6f44cc3`](https://github.com/aomex/aomex/commit/6f44cc33cf6f2704e08bb80bbfb02e3336cf180c) Thanks [@geekact](https://github.com/geekact)! - fix(commander): forget to waiting action promise
- Updated dependencies []:
- @aomex/core@0.0.14
- @aomex/console@0.0.14
## 0.0.15

@@ -4,0 +14,0 @@

2

dist/index.js

@@ -25,3 +25,3 @@ // src/commanders.ts

middleware.console((ctx, _) => {
options.action(ctx);
return options.action(ctx);
})

@@ -28,0 +28,0 @@ );

{
"name": "@aomex/commander",
"version": "0.0.15",
"version": "0.0.16",
"description": "",

@@ -29,4 +29,4 @@ "type": "module",

"peerDependencies": {
"@aomex/console": "^0.0.13",
"@aomex/core": "^0.0.13"
"@aomex/console": "^0.0.14",
"@aomex/core": "^0.0.14"
},

@@ -37,6 +37,6 @@ "dependencies": {

"devDependencies": {
"@aomex/console": "^0.0.13",
"@aomex/core": "^0.0.13"
"@aomex/console": "^0.0.14",
"@aomex/core": "^0.0.14"
},
"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