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 2.1.0 to 2.1.1

2

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

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

@@ -106,7 +106,18 @@ "use strict";

type: 'button',
text: "Github #" + num,
text: "PR #" + num,
url: "https://github.com/" + env.owner + "/" + env.repo + "/pull/" + num,
}];
}
return [];
if (env.isRelease) {
return [{
type: 'button',
text: env.packageName + "@" + env.packageVersion,
url: "https://github.com/" + env.owner + "/" + env.repo + "/releases/tag/" + env.packageVersion,
}];
}
return [{
type: 'button',
text: 'Github',
url: "https://github.com/" + env.owner + "/" + env.repo,
}];
};

@@ -113,0 +124,0 @@ AbstractSlack.prototype.createAttachment = function () {

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