recoil-nexus
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "recoil-nexus", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A small Typescript package to access your Recoil atoms outside of React components.", | ||
@@ -20,4 +20,3 @@ "main": "build/RecoilNexus.js", | ||
"dependencies": { | ||
"recoil": "^0.4.0", | ||
"typescript": "^4.1.2" | ||
"recoil": "^0.4.0" | ||
}, | ||
@@ -31,4 +30,5 @@ "repository": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"react-dom": "^17.0.2", | ||
"typescript": "^4.4.2" | ||
} | ||
} |
@@ -89,3 +89,3 @@ # R E C O I L - N E X U S | ||
Kudos to [VeepCream](https://github.com/VeepCream)'s [recoil-outside](https://www.npmjs.com/package/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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
7013
4
- Removedtypescript@^4.1.2
- Removedtypescript@4.9.5(transitive)