Socket
Socket
Sign inDemoInstall

@aomex/web

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/web - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

9

CHANGELOG.md
# @aomex/web
## 0.0.14
### Patch Changes
- [`715cf66`](https://github.com/aomex/aomex/commit/715cf660e3b275b338dcf15c25ba9523cf6fb204) Thanks [@geekact](https://github.com/geekact)! - feat(web): translate error message to English
- Updated dependencies []:
- @aomex/core@0.0.13
## 0.0.13

@@ -4,0 +13,0 @@

2

dist/index.js

@@ -524,3 +524,3 @@ // src/override/middleware.ts

setStatus(code) {
assert(code >= 100 && code <= 999, `\u65E0\u6548\u7684\u72B6\u6001\u7801\uFF1A${code}`);
assert(code >= 100 && code <= 999, `invalid status code: ${code}`);
this._statusCode = code;

@@ -527,0 +527,0 @@ this._explicitStatus = true;

{
"name": "@aomex/web",
"version": "0.0.13",
"version": "0.0.14",
"description": "",

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

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

@@ -60,3 +60,3 @@ "dependencies": {

"devDependencies": {
"@aomex/core": "^0.0.12",
"@aomex/core": "^0.0.13",
"@types/co-body": "^6.1.0",

@@ -63,0 +63,0 @@ "@types/content-type": "^1.1.5",

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