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

@aplus-frontend/api-generate-cli

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aplus-frontend/api-generate-cli - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

16

package.json
{
"name": "@aplus-frontend/api-generate-cli",
"version": "1.0.7",
"version": "1.0.8",
"description": "aplus api generate cli for aplus-frontend team.",

@@ -13,4 +13,4 @@ "keywords": [

"bin": {
"agc": "./dist/index.js",
"aplus-api-generate-cli": "./dist/index.js"
"agc": "dist/index.js",
"aplus-api-generate-cli": "dist/index.js"
},

@@ -21,2 +21,6 @@ "files": [

],
"scripts": {
"build": "pnpm run build:clear && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"build:clear": "rimraf dist"
},
"dependencies": {

@@ -41,7 +45,3 @@ "axios": "^1.7.9",

"access": "public"
},
"scripts": {
"build": "pnpm run build:clear && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"build:clear": "rimraf dist"
}
}
}

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