Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ioffice/tc-builder

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ioffice/tc-builder - npm Package Compare versions

Comparing version 3.1.0-beta.1903141815 to 3.1.0-beta.1903141827

2

package.json
{
"name": "@ioffice/tc-builder",
"version": "3.1.0-beta.1903141815",
"version": "3.1.0-beta.1903141827",
"description": "iOFFICE TeamCity Builder",

@@ -5,0 +5,0 @@ "author": "iOffice",

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

};
const parsedArgs = Util_1.util.parseArgVector(process.argv.slice(2), args);
const startIndex = process.argv[0] === 'tc-builder' ? 1 : 2;
const parsedArgs = Util_1.util.parseArgVector(process.argv.slice(startIndex), args);
const { setup, compile, run, slackNotify, } = parsedArgs.commands;

@@ -35,0 +36,0 @@ const { noLint, verbose, help, version, ci, noMsgDump, } = parsedArgs.booleans;

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