Socket
Socket
Sign inDemoInstall

@liveblocks/core

Package Overview
Dependencies
Maintainers
5
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/core - npm Package Compare versions

Comparing version 0.18.3 to 0.18.4

dist/index.d.ts

43

package.json
{
"name": "@liveblocks/core",
"version": "0.18.3",
"version": "0.18.4",
"description": "Shared code and foundational internals for Liveblocks",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**",
"README.md"
],
"keywords": [

@@ -17,3 +21,34 @@ "liveblocks",

},
"scripts": {
"build": "tsup && ../../scripts/build.sh",
"format": "eslint --fix src/ && prettier --write src/",
"lint": "eslint src/",
"test": "jest --watch --silent --verbose --config=./jest.config.js",
"test-ci": "jest --silent --verbose",
"test-e2e": "jest --silent --verbose --config=./jest.config.e2e.js"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/node-fetch": "^2.6.1",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"dotenv": "^16.0.3",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-rulesdir": "^0.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"fast-check": "^3.0.1",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"msw": "^0.39.1",
"node-fetch": "2.6.7",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"tsup": "^6.2.2",
"typescript": "^4.7.2",
"whatwg-fetch": "^3.6.2",
"ws": "^8.5.0"
},
"repository": {

@@ -20,0 +55,0 @@ "type": "git",

index.d.ts
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