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 1.1.0-beta.1804251508 to 1.1.0-beta.1804251523

2

Compiler.js

@@ -61,6 +61,4 @@ "use strict";

if (tsLintConfigPath) {
console.log('got the path:', tsLintConfigPath);
var linter = new Lint.Linter(options, program);
var configFile = Lint.Configuration.loadConfigurationFromPath(tsLintConfigPath);
console.log('GOT IT:', configFile);
linter.lint(fileName, '', configFile);

@@ -67,0 +65,0 @@ var lintResults = linter.getResult();

2

package.json
{
"name": "@ioffice/tc-builder",
"version": "1.1.0-beta.1804251508",
"version": "1.1.0-beta.1804251523",
"description": "iOFFICE TeamCity Builder",

@@ -5,0 +5,0 @@ "main": "index.js",

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

var depsArray = Object.keys(devDeps_1).map(function (x) { return x + "@" + devDeps_1[x]; });
var cmd = "npm i -D " + depsArray.join(' ');
var cmd = "yarn add -D -E " + depsArray.join(' ');
console.log('Running: ', cmd);

@@ -49,3 +49,3 @@ child_process_1.execSync(cmd);

var compileCLI = require('./Compiler').compileCLI;
exitNumber = compileCLI('tsconfig.json', noLint ? '' : 'tslint.json', verbose);
exitNumber = compileCLI('tsconfig.json', noLint ? '' : './tslint.json', verbose);
}

@@ -52,0 +52,0 @@ else if (run) {

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