New:Socket for Asana Is Now Available.Learn more
Get Started

@vantio/agent-sdk

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vantio/agent-sdk - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+15
-11
package.json
{
"name": "@vantio/agent-sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "Vantio Optics Node SDK — shield() for Sight Loop observe. Metadata only; no prompts. Upgrade path to Gate and Phantom Engine.",

@@ -13,3 +13,5 @@ "license": "MIT",

},
"bugs": { "url": "https://github.com/vantioai/vantio-open-core/issues" },
"bugs": {
"url": "https://github.com/vantioai/vantio-open-core/issues"
},
"keywords": [

@@ -45,3 +47,12 @@ "vantio",

},
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {

@@ -53,10 +64,3 @@ "build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && tsc -p tsconfig.types.json && node scripts/postbuild.mjs",

"test": "node --experimental-strip-types --test test/*.test.ts"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}
}