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

@liveblocks/react

Package Overview
Dependencies
Maintainers
4
Versions
439
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/react - npm Package Compare versions

Comparing version 0.16.4-beta1 to 0.16.4-beta2

index.mjs

20

package.json
{
"name": "@liveblocks/react",
"version": "0.16.4-beta1",
"version": "0.16.4-beta2",
"description": "A set of React hooks and providers to use Liveblocks declaratively.",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",

@@ -10,11 +11,2 @@ "files": [

],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"module": "./esm/index.js",
"import": "./esm/index.mjs",
"default": "./index.js"
}
},
"keywords": [

@@ -39,3 +31,3 @@ "react",

"peerDependencies": {
"@liveblocks/client": "0.16.4-beta1",
"@liveblocks/client": "0.16.4-beta2",
"react": "^16.14.0 || ^17 || ^18"

@@ -50,2 +42,3 @@ },

"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",

@@ -67,4 +60,4 @@ "@testing-library/jest-dom": "^5.11.9",

"rollup": "^2.39.0",
"rollup-plugin-command": "^1.1.3",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-esbuild": "^4.8.2",
"typescript": "^4.1.5",

@@ -77,3 +70,4 @@ "whatwg-fetch": "^3.6.2"

"directory": "packages/liveblocks-react"
}
},
"sideEffects": false
}
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