@derivesome/sockets
Advanced tools
+13
-12
| { | ||
| "name": "@derivesome/sockets", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "", | ||
@@ -8,13 +8,8 @@ "main": "./dist/cjs/index.js", | ||
| "typings": "./dist/cjs/index.d.ts", | ||
| "scripts": { | ||
| "test": "vitest", | ||
| "build": "tsc -p tsconfig.json && echo '{\"type\":\"module\"}' > dist/esm/package.json && tsc -p tsconfig.cjs.json", | ||
| "format": "prettier ./src --write", | ||
| "check": "tsc -p ./tsconfig.json --noEmit" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "packageManager": "pnpm@10.28.2", | ||
| "files": ["*"], | ||
| "files": [ | ||
| "*" | ||
| ], | ||
| "exports": { | ||
@@ -59,7 +54,13 @@ ".": { | ||
| "dependencies": { | ||
| "@derivesome/core": "workspace:*", | ||
| "binencode": "^1.0.1", | ||
| "p-lens": "^1.0.2", | ||
| "ws": "^8.19.0" | ||
| "ws": "^8.19.0", | ||
| "@derivesome/core": "1.0.0" | ||
| }, | ||
| "scripts": { | ||
| "test": "vitest", | ||
| "build": "tsc -p tsconfig.json && echo '{\"type\":\"module\"}' > dist/esm/package.json && tsc -p tsconfig.cjs.json", | ||
| "format": "prettier ./src --write", | ||
| "check": "tsc -p ./tsconfig.json --noEmit" | ||
| } | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2086059
0.05%+ Added
Updated