Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recoil

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recoil - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

cjs/adt/__tests__/Recoil_ArrayKeyedMap-test.js.flow

10

CHANGELOG.md
# Change Log
## 0.0.11 (2020-09-02)
- Experimental React Concurrent Mode Support
- Performance
- Flow Types
- ES, CommonJS, and UMD packages
- Synchronization Across React Roots
- Preliminary Developer Tools API
- Test Infrastructure Fixes
## 0.0.10 (2020-06-18)

@@ -4,0 +14,0 @@

20

package.json
{
"name": "recoil",
"version": "0.0.10",
"version": "0.0.11",
"description": "Recoil - A state management library for React",
"main": "dist/index.js",
"main": "cjs/recoil.js",
"module": "es/recoil.js",
"unpkg": "umd/recoil.js",
"files": [
"dist"
"umd",
"es",
"cjs",
"index.d.ts"
],

@@ -45,5 +50,8 @@ "repository": "https://github.com/facebookexperimental/recoil.git",

"eslint": "^7.2.0",
"eslint-plugin-fb-www": "^0.0.1",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-react": "^7.20.0",
"flow-bin": "^0.126.1",
"gen-flow-files": "^0.4.11",
"husky": ">=4",

@@ -72,4 +80,3 @@ "immutable": "^4.0.0-rc.12",

"src/hooks/__tests__/Recoil_useRecoilCallback-test.js",
"src/recoil_values/__tests__/Recoil_atomFamily-test.js",
"src/recoil_values/__tests__/Recoil_selector-test.js"
"src/recoil_values/__tests__/Recoil_atomFamily-test.js"
],

@@ -86,4 +93,5 @@ "setupFiles": [

"lint-staged": {
"*.{js,md,json}": "prettier --write"
"*.{js,md,json}": "prettier --write",
"*.{js}": "eslint --fix"
}
}
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