New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@aria-cli/types

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-cli/types - npm Package Compare versions

Comparing version
1.0.15
to
1.0.17
+17
README.md
# @aria-cli/types
Part of [ARIA](https://www.npmjs.com/package/@aria-cli/cli) — Adaptive Reasoning Intelligence Agent.
## Install
```bash
npm i @aria-cli/types
```
See the main [`@aria-cli/cli`](https://www.npmjs.com/package/@aria-cli/cli) package for full documentation.
## License
MIT
+8
-5
{
"name": "@aria-cli/types",
"version": "1.0.15",
"version": "1.0.17",
"type": "module",

@@ -14,2 +14,6 @@ "main": "./dist/index.js",

},
"scripts": {
"test": "vitest run --config vitest.config.ts",
"dev": "tsc --watch"
},
"devDependencies": {

@@ -25,6 +29,5 @@ "typescript": "^5.9.3",

],
"scripts": {
"test": "vitest run --config vitest.config.ts",
"dev": "tsc --watch"
"engines": {
"node": ">=20.0.0"
}
}
}