Socket
Socket
Sign inDemoInstall

recoil-nexus

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recoil-nexus - npm Package Compare versions

Comparing version 0.3.11 to 0.3.12

8

package.json
{
"name": "recoil-nexus",
"version": "0.3.11",
"version": "0.3.12",
"description": "A small Typescript package to access your Recoil atoms outside of React components.",

@@ -21,5 +21,5 @@ "main": "build/RecoilNexus.js",

"recoil": ">=0.2.0",
"@types/react": "^16.8.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"@types/react": ">=16.8.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"typescript": "^4.1.0"

@@ -26,0 +26,0 @@ },

@@ -91,2 +91,3 @@ # R E C O I L - N E X U S

```
export default config

@@ -109,3 +110,3 @@ ```

Kudos to [VeepCream](https://github.com/VeepCream)'s [recoil-outside](https://github.com/VeepCream/recoil-outside) original idea and Javascript implementation.
Kudos to [VeepCream](https://github.com/VeepCream)'s [recoil-outside](https://github.com/VeepCream/recoil-outside) original idea and Javascript implementation.
In this Typescript port/enhancement, I decided to remove RxJS and rely on native Recoil promises and loadables only.
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