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.3.3 to 7.4.0

lib/enhancers/with-storage-cache.d.ts

6

CHANGELOG.md

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

## [7.4.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@7.3.3...@exodus/atoms@7.4.0) (2024-05-24)
### Features
- add storage cache atom enhancer ([#7083](https://github.com/ExodusMovement/exodus-hydra/issues/7083)) ([3983ac6](https://github.com/ExodusMovement/exodus-hydra/commit/3983ac610808a0d70b106829998362dd3b52c263))
## [7.3.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@7.3.2...@exodus/atoms@7.3.3) (2024-05-17)

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

1

lib/index.d.ts

@@ -20,2 +20,3 @@ export { default as createAtomMock } from './factories/memory.js';

export { default as mergeWithValue } from './enhancers/merge-with-value.js';
export { default as withStorageCache } from './enhancers/with-storage-cache.js';
export { default as waitUntil } from './effects/wait-until.js';

@@ -22,0 +23,0 @@ export { default as enforceObservableRules } from './enforce-rules.js';

@@ -20,4 +20,5 @@ export { default as createAtomMock } from './factories/memory.js';

export { default as mergeWithValue } from './enhancers/merge-with-value.js';
export { default as withStorageCache } from './enhancers/with-storage-cache.js';
export { default as waitUntil } from './effects/wait-until.js';
export { default as enforceObservableRules } from './enforce-rules.js';
export { default as fromEventEmitter } from './event-emitter.js';

4

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

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

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