Socket
Socket
Sign inDemoInstall

recoil

Package Overview
Dependencies
8
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

CHANGELOG.md

40

package.json
{
"name": "recoil",
"version": "0.0.7",
"version": "0.0.8",
"description": "Recoil - A React state management library for complex UIs",
"main": "dist/recoil.js",
"files": ["dist/recoil.js"],
"main": "dist/index.js",
"files": [
"dist"
],
"repository": "https://github.com/facebookexperimental/recoil.git",
"license": "MIT",
"scripts": {
"build": "rollup -c"
"prepare": "install-peers",
"build": "rollup -c && node scripts/postbuild.js",
"test": "jest src/*",
"format": "prettier --write \"./**/*.{js,md,json}\"",
"flow": "flow --show-all-errors",
"flow:restart": "flow stop && npm run flow"
},

@@ -22,2 +29,3 @@ "peerDependencies": {

"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/preset-flow": "^7.9.0",

@@ -28,7 +36,31 @@ "@babel/preset-react": "^7.9.4",

"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"babel-jest": "^26.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-fbjs": "^3.3.0",
"flow-bin": "^0.124.0",
"husky": ">=4",
"immutable": "^4.0.0-rc.12",
"install-peers-cli": "^2.2.0",
"jest-cli": "^26.0.1",
"lint-staged": ">=10",
"prettier": "^2.0.5",
"rollup": "^2.10.0",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-terser": "^5.3.0"
},
"jest": {
"timers": "fake",
"globals": {
"__DEV__": true
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,md,json}": "prettier --write"
}
}

7

README.md

@@ -1,6 +0,7 @@

Recoil
======
# Recoil
Recoil is an experimental set of utilities for state manegement with React. Please see the website: http://recoiljs.org
[![Node.js CI](https://github.com/facebookexperimental/Recoil/workflows/Node.js%20CI/badge.svg)](https://github.com/facebookexperimental/Recoil/actions)
Recoil is an experimental set of utilities for state management with React. Please see the website: https://recoiljs.org
Please see the LICENSE file for the MIT license under which Recoil is provided.
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