Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

gitmorph

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitmorph - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-1
package.json
{
"name": "gitmorph",
"version": "0.2.0",
"version": "0.2.1",
"description": "GitMorph CLI — work with gitmorph.com from the command line",

@@ -5,0 +5,0 @@ "bin": {

@@ -7,3 +7,3 @@ const fs = require("fs");

const HOST = "gitmorph.com";
const REPO = "tejas/cli";
const REPO = "morphllm/cli";
const BIN_DIR = path.join(__dirname, "bin");

@@ -10,0 +10,0 @@ const BINARY_PATH = path.join(BIN_DIR, "gm-binary");