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

@exodus/atoms

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/atoms - npm Package Compare versions

Comparing version 7.4.0 to 7.4.1

6

CHANGELOG.md

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

## [7.4.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@7.4.0...@exodus/atoms@7.4.1) (2024-05-27)
### Bug Fixes
- use isSoleWritter when creating cache atom ([#7144](https://github.com/ExodusMovement/exodus-hydra/issues/7144)) ([f056c24](https://github.com/ExodusMovement/exodus-hydra/commit/f056c24facf36320a3e3a9f9fd05cf9f03c092bd))
## [7.4.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@7.3.3...@exodus/atoms@7.4.0) (2024-05-24)

@@ -8,0 +14,0 @@

2

lib/enhancers/with-storage-cache.js
import createStorageAtomFactory from '../factories/storage.js';
const getCacheAtom = ({ storage, key }) => {
const createStorageAtom = createStorageAtomFactory({ storage });
return createStorageAtom({ key });
return createStorageAtom({ key, isSoleWriter: true });
};

@@ -6,0 +6,0 @@ const enhanceAtom = (params) => {

{
"name": "@exodus/atoms",
"version": "7.4.0",
"version": "7.4.1",
"description": "Abstraction for encapsulating a piece of data behind a simple unified interface: get, set, observe",

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

},
"gitHead": "240b0901d2a97ec1fe86be7c450cc289e28c98bf"
"gitHead": "ddf3d3995d6204d6fb711f6c9cf1490352b567af"
}
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