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.1-beta.1805041520 to 1.2.1-beta.1805041651

7

Formatter.js

@@ -118,3 +118,8 @@ "use strict";

buf.push(' ');
buf.push(failed ? '✗'.red : '✓'.green);
if (warn) {
buf.push('✗'.yellow);
}
else {
buf.push(failed ? '✗'.red : '✓'.green);
}
buf.push(' ');

@@ -121,0 +126,0 @@ if (failed) {

2

package.json
{
"name": "@ioffice/tc-builder",
"version": "1.2.1-beta.1805041520",
"version": "1.2.1-beta.1805041651",
"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