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

@aomex/core

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/core - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

12

CHANGELOG.md
# @aomex/core
## 0.0.5
### Patch Changes
- [`e8dee7c`](https://github.com/aomex/aomex/commit/e8dee7c3f064587cd2afb9cb95ab3341f63ccd27) Thanks [@geekact](https://github.com/geekact)! - refactor: 重命名 storage 为 cache
- Updated dependencies [[`59ef917`](https://github.com/aomex/aomex/commit/59ef917533293301e8f3ab82460c8efc07df27c3), [`e652c3f`](https://github.com/aomex/aomex/commit/e652c3f44eb780711ff475e18ecbb506adfd8a9a), [`146b6b5`](https://github.com/aomex/aomex/commit/146b6b5f09d4b9f557c1771686f3585bebf4cfc9), [`e8dee7c`](https://github.com/aomex/aomex/commit/e8dee7c3f064587cd2afb9cb95ab3341f63ccd27)]:
- @aomex/middleware@0.0.3
- @aomex/cache@0.0.2
- @aomex/helper@0.0.3
- @aomex/validator@0.0.4
## 0.0.4

@@ -4,0 +16,0 @@

2

dist/index.d.ts
export * from '@aomex/middleware';
export * from '@aomex/validator';
export * from '@aomex/openapi-type';
export * from '@aomex/storage';
export * from '@aomex/cache';

@@ -5,3 +5,3 @@ // src/index.ts

export * from "@aomex/openapi-type";
export * from "@aomex/storage";
export * from "@aomex/cache";
//# sourceMappingURL=index.js.map
{
"name": "@aomex/core",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -36,9 +36,9 @@ "type": "module",

"dependencies": {
"@aomex/helper": "^0.0.2",
"@aomex/middleware": "^0.0.2",
"@aomex/helper": "^0.0.3",
"@aomex/middleware": "^0.0.3",
"@aomex/openapi-type": "^0.0.0",
"@aomex/storage": "^0.0.1",
"@aomex/validator": "^0.0.3"
"@aomex/cache": "^0.0.2",
"@aomex/validator": "^0.0.4"
},
"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