@liveblocks/node
Advanced tools
Comparing version 0.18.3 to 0.18.4
{ | ||
"name": "@liveblocks/node", | ||
"version": "0.18.3", | ||
"version": "0.18.4", | ||
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.", | ||
"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": [ | ||
@@ -25,3 +22,24 @@ "node", | ||
}, | ||
"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 --passWithNoTests" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@types/jest": "^29.1.2", | ||
"@types/node-fetch": "^2.5.8", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"jest": "^29.1.2", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^29.0.3", | ||
"tsup": "^6.2.2", | ||
"typescript": "^4.1.5" | ||
}, | ||
"dependencies": { | ||
@@ -28,0 +46,0 @@ "node-fetch": "^2.6.1" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7401
12
6
2