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

recoil-sync

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recoil-sync - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-alpha.0

cjs/__test_utils__/RecoilSync_MockURLSerialization.js.flow

21

package.json
{
"name": "recoil-sync",
"version": "0.0.0",
"description": "Synchronize external state with Recoil",
"main": "index.js",
"license": "MIT"
"version": "0.0.1-alpha.0",
"description": "An add-on library to help synchronize Recoil state with external systems",
"type": "module",
"main": "cjs/index.js",
"module": "es/index.js",
"react-native": "native/index.js",
"unpkg": "umd/index.js",
"types": "index.d.ts",
"files": ["umd", "es", "cjs", "native", "index.d.ts"],
"repository": "https://github.com/facebookexperimental/Recoil.git",
"license": "MIT",
"dependencies": {
"transit-js": "^0.8.874"
},
"peerDependencies": {
"recoil": ">=0.7.0"
}
}
index.js
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