cs2-inspect-create
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
210246
0
6358
9
- Removed@protobuf-ts/plugin@^2.9.3
- Removedbuffer@^6.0.3
- Removedcrc-32@^1.2.2
- Removed@protobuf-ts/plugin@2.9.4(transitive)
- Removed@protobuf-ts/plugin-framework@2.9.4(transitive)
- Removed@protobuf-ts/protoc@2.9.4(transitive)
- Removed@protobuf-ts/runtime@2.9.4(transitive)
- Removed@protobuf-ts/runtime-rpc@2.9.4(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedcrc-32@1.2.2(transitive)
- Removedieee754@1.2.1(transitive)
- Removedtypescript@3.9.10(transitive)