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

@aomex/cache

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/cache - npm Package Compare versions

Comparing version 3.9.0 to 3.10.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.10.0](https://github.com/aomex/aomex/compare/v3.9.0...v3.10.0) (2024-11-02)
### Bug Fixes
* **cache:** 手动指定类型产生冲突 ([7b88433](https://github.com/aomex/aomex/commit/7b88433726a8de4b0de3c40ac62fcf0ed02eb536))
# [3.9.0](https://github.com/aomex/aomex/compare/v3.8.1...v3.9.0) (2024-10-30)

@@ -8,0 +19,0 @@

2

dist/index.d.ts

@@ -19,3 +19,3 @@ declare abstract class CacheAdapter {

type Types = string | number | unknown[] | readonly unknown[] | {
[K: string]: unknown;
[K: string]: any;
} | boolean | Map<any, any> | Set<any>;

@@ -22,0 +22,0 @@ }

{
"name": "@aomex/cache",
"version": "3.9.0",
"version": "3.10.0",
"description": "缓存基础类",

@@ -34,5 +34,5 @@ "type": "module",

"devDependencies": {
"@aomex/common": "^3.9.0"
"@aomex/common": "^3.10.0"
},
"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