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.2.4 to 0.2.5

17

package.json
{
"name": "recoil-nexus",
"version": "0.2.4",
"version": "0.2.5",
"description": "A small Typescript package to access your Recoil atoms outside of React components.",
"main": "build/RecoilNexus.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc"
},

@@ -21,14 +20,14 @@ "keywords": [

"dependencies": {
"recoil": "^0.1.2",
"rxjs": "^6.6.3",
"recoil": "^0.4.0",
"typescript": "^4.1.2"
},
"peerDependencies": {
"@types/react": "^17.0.0",
"react": "^17.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/luisanton-io/recoil-nexus"
},
"devDependencies": {
"@types/react": "^17.0.17",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}

@@ -7,5 +7,5 @@ # R E C O I L - N E X U S

If you have been using **[recoil](https://recoiljs.org/)** for a while, you might have faced it: outside React Components, it's not possible to get or update values from atoms.
If you have been using **[recoil](https://recoiljs.org/)** for a while, you might have faced that outside React Components it's not possible to get or update values from atoms.
This Typescript implementation relying on **[RxJS](https://rxjs-dev.firebaseapp.com/guide/overview)** will workaround this issue and let you do so.
This Typescript implementation will workaround the issue and let you do so.

@@ -91,2 +91,3 @@ ## Live Example

This is a Typescript port + enhancement of [VeepCream](https://github.com/VeepCream)'s [recoil-outside](https://www.npmjs.com/package/recoil-outside).
Original credits to [VeepCream](https://github.com/VeepCream)'s [recoil-outside](https://www.npmjs.com/package/recoil-outside) Javascript implementation.
In this Typescript package, I decided to remove RxJS and rely on promises only.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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