New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tcpip/v86

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tcpip/v86 - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

dist/index.d.mts

19

package.json
{
"name": "@tcpip/v86",
"version": "0.1.1",
"version": "0.2.0",
"description": "Network adapter that connects tcpip.js with v86",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc -b tsconfig.cjs.json tsconfig.esm.json tsconfig.types.json",
"build": "tsup --clean",
"prepublishOnly": "npm run build"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"files": [

@@ -18,5 +16,5 @@ "dist/**/*"

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

@@ -26,5 +24,6 @@ },

"devDependencies": {
"tcpip": "^0.1.1",
"@total-typescript/tsconfig": "^1.0.4",
"tcpip": "^0.2.0-dev.1",
"typescript": "^5.0.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc