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

6

Compiler.js

@@ -63,5 +63,4 @@ "use strict";

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

@@ -142,4 +141,3 @@ var lintResults = linter.getResult();

var program = ts.createProgram(parsed.fileNames, parsed.options, host);
console.log('about to compile:', tsLintConfigPath);
var results = compile(program, project.config.compilerOptions || {}, tsLintConfigPath || 'tslint.json', verbose);
var results = compile(program, project.config.compilerOptions || {}, tsLintConfigPath || './tslint.json', verbose);
var output = {

@@ -146,0 +144,0 @@ results: results,

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

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

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