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
88
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.1.0 to 5.2.0

4

package.json
{
"name": "@exodus/atoms",
"version": "5.1.0",
"version": "5.2.0",
"main": "src/index.js",

@@ -37,3 +37,3 @@ "author": "Exodus Movement Inc.",

},
"gitHead": "da31eb7383fbc80205aef2c85c88ae31807f1146"
"gitHead": "9c85cd6477251a17abd2b966bf3eddd9c81e9a70"
}

@@ -12,3 +12,3 @@ const compute = ({ atom, selector }) => {

const observe = (callback) => {
return atom.observe((values) => callback(selector(values), values))
return atom.observe((values) => callback(selector(values)))
}

@@ -15,0 +15,0 @@

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