New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@huolala-tech/nad-cli

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huolala-tech/nad-cli - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

0

dist/ansi.d.ts

@@ -0,0 +0,0 @@ export declare const red: (input: unknown) => string;

export * from './Option';
export * from './Program';

@@ -0,0 +0,0 @@ export declare class Option<T = unknown> {

@@ -0,0 +0,0 @@ import { Option } from './Option';

export declare const errorHandler: (what: unknown) => void;

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ export * from './FileIsNotJson';

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ import { CustomError } from '@huolala-tech/custom-error';

@@ -0,0 +0,0 @@ interface Desc {

export {};

1

dist/index.js

@@ -22,2 +22,3 @@ 'use strict';

***************************************************************************** */
/* global Reflect, Promise */

@@ -24,0 +25,0 @@ function __awaiter(thisArg, _arguments, P, generator) {

@@ -0,0 +0,0 @@ import { Program, Option } from './commander';

@@ -0,0 +0,0 @@ import { IO } from './utils';

@@ -0,0 +0,0 @@ /// <reference types="node" />

37

package.json
{
"name": "@huolala-tech/nad-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "The CLI Tools of Nad Project",

@@ -17,3 +17,3 @@ "main": "./dist/index.js",

"scripts": {
"test": "jest --coverage",
"test": "yarn build",
"fix": "yarn lint && yarn prettier",

@@ -23,3 +23,2 @@ "lint": "eslint src --fix",

"start": "rollup -c --watch",
"prepare": "husky install",
"prettier": "prettier --write \"src/**/*.{js,ts,md,json}\""

@@ -31,26 +30,30 @@ },

"@huolala-tech/custom-error": "^1.0.0",
"@huolala-tech/nad-builder": "^0.0.12",
"@huolala-tech/nad-runtime": "^1.0.1",
"axios": "^1.3.5",
"@huolala-tech/nad-builder": "^1.0.0",
"@huolala-tech/nad-runtime": "^1.0.3",
"axios": "^1.4.0",
"capacitance": "^1.0.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/plugin-transform-runtime": "^7.22.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"husky": "^8.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"rollup": "^3.20.4",
"prettier": "^2.8.8",
"rollup": "^3.23.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/HuolalaTech/nad.git",
"directory": "nad-cli"
}
}

@@ -1,5 +0,5 @@

# nad-cli · [![LICENSE](https://img.shields.io/npm/l/@huolala-tech/nad-cli)](LICENSE.txt)
# nad-cli · [![LICENSE](https://img.shields.io/npm/l/@huolala-tech/nad-cli)](../LICENSE.txt) [![codecov](https://codecov.io/gh/HuolalaTech/nad/branch/main/graph/badge.svg?token=3YnCtwfAzL&flag=nad-cli)](https://app.codecov.io/gh/HuolalaTech/nad/tree/main/nad-cli)
A CLI tool, can generate client code from an API service
that has installed and enabled the [nad-java-sdk](https://github.com/HuolalaTech/nad-java-sdk).
that has installed and enabled the [nad-java-sdk](../nad-java-sdk).

@@ -34,3 +34,1 @@ ## Include

```
##

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc