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.3-test1 to 0.18.3-test2

28

package.json
{
"name": "@liveblocks/redux",
"version": "0.18.3-test1",
"version": "0.18.3-test2",
"description": "A store enhancer to integrate Liveblocks into Redux stores.",

@@ -21,7 +21,8 @@ "main": "./dist/index.js",

"scripts": {
"dev": "tsup --watch --onSuccess ../../scripts/build.sh",
"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",
"test": "jest --silent --verbose",
"test:watch": "jest --silent --verbose --watch",
"dtslint": "dtslint --localTs node_modules/typescript/lib --expectOnly types"

@@ -36,4 +37,4 @@ },

"dependencies": {
"@liveblocks/core": "0.18.3-test1",
"@liveblocks/client": "0.18.3-test1"
"@liveblocks/client": "0.18.3-test2",
"@liveblocks/core": "0.18.3-test2"
},

@@ -45,21 +46,10 @@ "peerDependencies": {

"@definitelytyped/dtslint": "^0.0.103",
"@liveblocks/eslint-config": "*",
"@liveblocks/jest-config": "*",
"@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"
"redux": "^4.1.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