New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/atoms

Package Overview
Dependencies
Maintainers
87
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 5.7.3 to 6.0.0

lib/countdown-lock.d.ts

14

CHANGELOG.md

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

## [6.0.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@5.7.3...@exodus/atoms@6.0.0) (2023-10-21)
### ⚠ BREAKING CHANGES
- atoms to typescript (#4505)
### Bug Fixes
- dedupe enhancer when `set` called with function ([#4515](https://github.com/ExodusMovement/exodus-hydra/issues/4515)) ([ac63578](https://github.com/ExodusMovement/exodus-hydra/commit/ac6357880b5d14238bdcb1bd6a4d06a2b698fb58))
### Code Refactoring
- atoms to typescript ([#4505](https://github.com/ExodusMovement/exodus-hydra/issues/4505)) ([3873134](https://github.com/ExodusMovement/exodus-hydra/commit/3873134baacd69602d13e228be797eb7a96ad13e))
## [5.7.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@5.7.2...@exodus/atoms@5.7.3) (2023-10-20)

@@ -8,0 +22,0 @@

14

package.json
{
"name": "@exodus/atoms",
"version": "5.7.3",
"main": "src/index.js",
"version": "6.0.0",
"main": "lib/index.js",
"description": "Abstraction for encapsulating a piece of data behind a simple unified interface: get, set, observe",
"author": "Exodus Movement Inc.",
"scripts": {
"build": "yarn run -T tsc --build tsconfig.build.json",
"clean": "yarn run -T tsc --build --clean",
"test": "jest",

@@ -13,3 +15,3 @@ "lint": "eslint . --ignore-path ../../.gitignore",

"files": [
"src",
"lib",
"CHANGELOG.md"

@@ -27,2 +29,3 @@ ],

"dependencies": {
"@exodus/storage-interface": "^1.0.0",
"events": "^3.3.0",

@@ -37,3 +40,6 @@ "lodash": "^4.17.21",

"@exodus/atom-tests": "^1.0.0",
"@exodus/remote-config": "^2.3.0",
"@exodus/storage-memory": "^2.1.1",
"@types/lodash": "^4.14.200",
"@types/minimalistic-assert": "^1.0.2",
"delay": "^5.0.0",

@@ -43,3 +49,3 @@ "eslint": "^8.44.0",

},
"gitHead": "18791c72d9be2a75aea6621a216c1aed819442ca"
"gitHead": "127d91779b91ad17cb1dadbfccb7eb7559ecbf23"
}
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