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

@platformatic/itc

Package Overview
Dependencies
Maintainers
9
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/itc - npm Package Compare versions

Comparing version
3.38.0
to
3.38.1
+6
-3
package.json
{
"name": "@platformatic/itc",
"version": "3.38.0",
"version": "3.38.1",
"description": "",

@@ -30,2 +30,5 @@ "main": "lib/index.js",

},
"tsd": {
"directory": "test/types"
},
"engines": {

@@ -35,6 +38,6 @@ "node": ">=22.19.0"

"scripts": {
"test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js",
"posttest": "tsd -t index.test-d.ts test",
"test": "npm run test:types && node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js",
"test:types": "tsd",
"lint": "eslint"
}
}