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

recoil

Package Overview
Dependencies
Maintainers
2
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.4 to 0.0.5

17

package.json
{
"name": "recoil",
"version": "0.0.4",
"description": "Recoil- A React state management library for complex UI's",
"main": "recoil.js",
"version": "0.0.5",
"description": "Recoil - A React state management library for complex UIs",
"main": "dist/recoil.js",
"files": ["dist/recoil.js"],
"repository": "https://github.com/facebookexperimental/recoil.git",
"license": "MIT",
"scripts": {
"prepublish": "rollup -c",
"build": "rollup -c"

@@ -16,11 +16,2 @@ },

},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-flow"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
},
"devDependencies": {

@@ -27,0 +18,0 @@ "@babel/core": "^7.9.6",

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