Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@derivesome/sockets

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@derivesome/sockets - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+13
-12
package.json
{
"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