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

@liveblocks/redux

Package Overview
Dependencies
Maintainers
4
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/redux - npm Package Compare versions

Comparing version 0.18.2 to 0.18.3-test1

dist/index.d.ts

52

package.json
{
"name": "@liveblocks/redux",
"version": "0.18.2",
"version": "0.18.3-test1",
"description": "A store enhancer to integrate Liveblocks into Redux stores.",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs",
"types": "./index.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**",
"README.md"
],
"keywords": [

@@ -23,2 +20,10 @@ "redux",

],
"scripts": {
"build": "tsup && ../../scripts/build.sh",
"format": "eslint --fix src/ && prettier --write src/",
"lint": "eslint src/",
"test": "jest --watch --silent --verbose",
"test-ci": "jest --silent --verbose",
"dtslint": "dtslint --localTs node_modules/typescript/lib --expectOnly types"
},
"license": "Apache-2.0",

@@ -30,7 +35,30 @@ "repository": {

},
"dependencies": {
"@liveblocks/core": "0.18.3-test1",
"@liveblocks/client": "0.18.3-test1"
},
"peerDependencies": {
"@liveblocks/client": "0.18.2",
"redux": "^4"
},
"devDependencies": {
"@definitelytyped/dtslint": "^0.0.103",
"@reduxjs/toolkit": "^1.7.2",
"@testing-library/jest-dom": "^5.16.5",
"@types/jest": "^29.1.2",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"msw": "^0.36.4",
"prettier": "^2.7.1",
"redux": "^4.1.2",
"ts-jest": "^29.0.3",
"tsup": "^6.2.2",
"typescript": "^4.7.2",
"whatwg-fetch": "^3.6.2"
},
"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