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

@giteeteam/apps-cli

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giteeteam/apps-cli - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

15

dist/index.js

@@ -29,3 +29,3 @@ #!/usr/bin/env node

var version = "0.1.11";
var version = "0.1.12";

@@ -165,8 +165,9 @@ const packageApp = async (outputDir, manifest, _copyFiles = []) => {

var build = async (options) => {
const { input = 'src', output = 'dist', prod, copy, zip } = options;
await run$1({
outputDir: path__default["default"].resolve('dist'),
inputDir: path__default["default"].resolve('src'),
prod: !!options.prod,
copyFiles: options.copy,
zip: options.zip,
outputDir: path__default["default"].resolve(output),
inputDir: path__default["default"].resolve(input),
prod: !!prod,
copyFiles: copy,
zip: zip,
});

@@ -336,4 +337,6 @@ };

.option('-c --copy [letters...]', 'copy files')
.option('-i --input [dir]', 'input dir')
.option('-o --output [dir]', 'output dir')
.action(build);
program.command('create [name]').action(create);
program.parse(process.argv);

4

package.json
{
"name": "@giteeteam/apps-cli",
"version": "0.1.11",
"version": "0.1.12",
"description": "Giteeteam Apps cli",

@@ -59,3 +59,3 @@ "keywords": [

},
"gitHead": "15696046d6c0e6a338875270f78cd309a9fa1ced"
"gitHead": "0030d0a92683b04230c31a1f27b747a5c73480cb"
}
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