Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cs2-inspect-create

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cs2-inspect-create - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/esm/index.js

27

package.json

@@ -10,3 +10,3 @@ {

"type": "git",
"url": "https://github.com/candyboyz/cs2-inspect-create.git"
"url": "git+https://github.com/candyboyz/cs2-inspect-create.git"
},

@@ -35,8 +35,19 @@ "keywords": [

],
"version": "0.0.5",
"main": "index.ts",
"version": "0.0.6",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/esm/index.js"
}
},
"files": [
"dist/**/*"
],
"scripts": {
"start:ts": "npx ts-node src/index",
"build": "tsup",
"build": "tsup --legacy-output",
"test": "jest",

@@ -46,3 +57,6 @@ "protoc": "npx protoc --ts_out src --proto_path protos protos/econ.proto"

"devDependencies": {
"@protobuf-ts/plugin": "^2.9.3",
"@types/jest": "^29.5.11",
"buffer": "^6.0.3",
"crc-32": "^1.2.2",
"jest": "^29.7.0",

@@ -53,8 +67,3 @@ "ts-jest": "^29.1.1",

"typescript": "^5.3.3"
},
"dependencies": {
"@protobuf-ts/plugin": "^2.9.3",
"buffer": "^6.0.3",
"crc-32": "^1.2.2"
}
}
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