New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 1.2.1

1

Interfaces.js

@@ -13,2 +13,1 @@ "use strict";

exports.ExitCode = ExitCode;
;

4

package.json
{
"name": "@ioffice/tc-builder",
"version": "1.2.0",
"version": "1.2.1",
"description": "iOFFICE TeamCity Builder",

@@ -20,3 +20,3 @@ "main": "index.js",

"devDependencies": {
"@ioffice/tslint-config-ioffice": "^0.0.1-beta.1804251410",
"@ioffice/tslint-config-ioffice": "0.2.0",
"@types/chai": "4.1.2",

@@ -23,0 +23,0 @@ "@types/mocha": "2.2.48",

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

var projectPkg = Util_1.readJSON('./package.json', '.');
var tcBuilderOptions = projectPkg ? projectPkg['tcBuilder'] : {};
var tcBuilderOptions = projectPkg ? projectPkg['tcBuilder'] || {} : {};
var messageMap = tcBuilderOptions['allowed'] || {};

@@ -52,0 +52,0 @@ exitNumber = compileCLI('tsconfig.json', noLint ? '' : './tslint.json', verbose, messageMap);

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