Socket
Socket
Sign inDemoInstall

change-git-url

Package Overview
Dependencies
22
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

5

lib/index.js

@@ -18,3 +18,8 @@ const path = require('path');

const lastArg = process.argv[process.argv.length - 1];
module.exports = async () => {
if (['-v', '--version', '-V'].indexOf(lastArg) > -1) {
return console.log(require(path.join(__dirname, '../package.json')).version);
}
try {

@@ -21,0 +26,0 @@ let tempData = {};

2

package.json
{
"name": "change-git-url",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc