@liveblocks/node
Advanced tools
Comparing version 0.3.0 to 0.17.0
{ | ||
"name": "@liveblocks/node", | ||
"version": "0.3.0", | ||
"description": "", | ||
"version": "0.17.0", | ||
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.", | ||
"main": "./lib/cjs/index.js", | ||
@@ -10,18 +10,41 @@ "module": "./lib/esm/index.js", | ||
], | ||
"keywords": [ | ||
"node", | ||
"liveblocks", | ||
"multiplayer", | ||
"live-cursors", | ||
"collaborative" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/liveblocks/liveblocks/issues" | ||
}, | ||
"scripts": { | ||
"build-and-pack": "npm run build && npm pack", | ||
"build": "npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc -p tsconfig.json", | ||
"build:cjs": "tsc -p tsconfig-cjs.json", | ||
"test": "jest --watch" | ||
"build": "rollup -c && cp ./package.json ./README.md ./lib", | ||
"format": "eslint --fix src/ && prettier --write src/", | ||
"lint": "eslint src/", | ||
"test": "jest --watch --silent --verbose", | ||
"test-ci": "jest --silent --verbose --passWithNoTests" | ||
}, | ||
"license": "MIT", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.16", | ||
"@babel/preset-env": "^7.12.16", | ||
"@babel/preset-typescript": "^7.12.16", | ||
"@babel/core": "^7.17.10", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"@rollup/plugin-typescript": "^8.3.3", | ||
"@types/jest": "^26.0.21", | ||
"@types/node-fetch": "^2.5.8", | ||
"babel-jest": "^26.6.3", | ||
"@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": "^26.6.3", | ||
"rollup": "^2.75.7", | ||
"rollup-plugin-command": "^1.1.3", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"rollup-plugin-prettier": "^2.2.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.1.5" | ||
@@ -31,3 +54,8 @@ }, | ||
"node-fetch": "^2.6.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/liveblocks/liveblocks.git", | ||
"directory": "packages/liveblocks-node" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1
0
52
0
3617
21
2
0
3