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.1
to
1.0.2
+15
-1
package.json
{
"name": "@derivesome/sockets",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -42,2 +42,16 @@ "main": "./dist/cjs/index.js",

}
},
"./server": {
"import": {
"types": "./dist/esm/server/index.d.ts",
"default": "./dist/esm/server/index.js"
},
"require": {
"types": "./dist/cjs/server/index.d.ts",
"default": "./dist/cjs/server/index.js"
},
"default": {
"types": "./dist/cjs/server/index.d.ts",
"default": "./dist/cjs/server/index.js"
}
}

@@ -44,0 +58,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet