Socket
Socket
Sign inDemoInstall

recoil

Package Overview
Dependencies
3
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

cjs/util/Recoil_equalsSet.js.flow

4

CHANGELOG.md
# Change Log
## 0.1.3 (2021-03-02)
- Allow React 17 as a peer dependency
## 0.1.2 (2020-10-30)

@@ -4,0 +8,0 @@

10

package.json
{
"name": "recoil",
"version": "0.1.2",
"version": "0.1.3",
"description": "Recoil - A state management library for React",

@@ -30,3 +30,3 @@ "main": "cjs/recoil.js",

"peerDependencies": {
"react": "^16.13.1"
"react": ">=16.13.1"
},

@@ -54,3 +54,3 @@ "peerDependenciesMeta": {

"@rollup/plugin-replace": "^2.3.2",
"@types/react": "^16.9.35",
"@types/react": ">=16.9.35",
"babel-eslint": "^10.1.0",

@@ -75,4 +75,4 @@ "babel-jest": "^26.0.1",

"promise-polyfill": "^8.1.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"rollup": "^2.10.0",

@@ -79,0 +79,0 @@ "rollup-plugin-includepaths": "^0.2.3",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc