New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git-xl-product-tag-creater

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-xl-product-tag-creater - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

dist/index.js

@@ -45,8 +45,2 @@ "use strict";

});
/**
* shell("cd ${toFolderName(repositoryUrl)} && git checkout " + '${EXISTING_TAG_NAME}')
shell("cd ${toFolderName(repositoryUrl)} && git pull --rebase origin " + '${EXISTING_TAG_NAME}')
shell("cd ${toFolderName(repositoryUrl)} && git fetch --prune")
* @param newTagVersion
*/
const createTag = (newTagVersion) => __awaiter(void 0, void 0, void 0, function* () {

@@ -53,0 +47,0 @@ yield executeCommand(`git tag ${newTagVersion}`);

2

package.json
{
"name": "git-xl-product-tag-creater",
"version": "1.0.1",
"version": "1.0.2",
"description": "Create final xl product tag name",

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

Sorry, the diff of this file is not supported yet

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