Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@armit/cli

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@armit/cli - npm Package Compare versions

Comparing version
0.0.12
to
0.0.13
+2
-1
bin/armit.mjs
#!/usr/bin/env node
import { terminalColor, getDirname } from '@armit/common';
import { getDirname } from '@armit/package';
import { terminalColor } from '@armit/terminal';
import importLocal from 'import-local';

@@ -5,0 +6,0 @@ import { bootstrap } from '../index.js';

# @armit/cli
## 0.0.13
### Patch Changes
- [`38db3e3`](https://github.com/armitjs/armit/commit/38db3e3f95f0d084381b33efb61562b9d496cf10) Thanks [@tianyingchun](https://github.com/tianyingchun)! - fix wrong comments & configurations
- [`f6509f7`](https://github.com/armitjs/armit/commit/f6509f784e10ac86597e389f20efe04865ad7d7a) Thanks [@tianyingchun](https://github.com/tianyingchun)! - Add missed export typings
- Updated dependencies [[`38db3e3`](https://github.com/armitjs/armit/commit/38db3e3f95f0d084381b33efb61562b9d496cf10), [`f6509f7`](https://github.com/armitjs/armit/commit/f6509f784e10ac86597e389f20efe04865ad7d7a)]:
- @armit/generate-template-files@0.0.13
- @armit/commander@0.0.13
- @armit/file-utility@0.0.13
- @armit/terminal@0.0.13
- @armit/package@0.0.13
## 0.0.12

@@ -4,0 +19,0 @@

{
"name": "@armit/cli",
"version": "0.0.12",
"version": "0.0.13",
"homepage": "https://github.com/armitjs/armit",

@@ -19,3 +19,4 @@ "repository": {

".": {
"import": "./index.js"
"import": "./index.js",
"types": "./dist/index.d.ts"
},

@@ -49,7 +50,7 @@ "./package.json": "./package.json"

"dependencies": {
"@armit/commander": "^0.0.12",
"@armit/file-utility": "^0.0.12",
"@armit/generate-template-files": "^0.0.12",
"@armit/package": "^0.0.12",
"@armit/terminal": "^0.0.12",
"@armit/commander": "^0.0.13",
"@armit/file-utility": "^0.0.13",
"@armit/generate-template-files": "^0.0.13",
"@armit/package": "^0.0.13",
"@armit/terminal": "^0.0.13",
"import-local": "3.1.0",

@@ -56,0 +57,0 @@ "os-name": "5.1.0"

@@ -42,4 +42,4 @@ # @armit/cli

```ts
import type { CommandArgv } from "@armit/common";
import { AbstractHandler, createCommand } from "@armit/common";
import type { CommandArgv } from "@armit/commander";
import { AbstractHandler, createCommand } from "@armit/commander";

@@ -46,0 +46,0 @@ type TestCmdArgs = CommandArgv<{