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

git-pwa

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-pwa - npm Package Compare versions

Comparing version

to
1.0.14

2

package.json
{
"name": "git-pwa",
"version": "1.0.13",
"version": "1.0.14",
"description": "git to use in a progressive web app",

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

@@ -160,2 +160,3 @@ import fs from 'fs';

oConfig.url = this.argv._[5];
oConfig.force = true;
await git.addRemote(oConfig);

@@ -204,3 +205,3 @@ filelist.push(`add remote ${oConfig.remote} ${oConfig.url}`);

async checkCommand() {
const aIgnoreCommands = ['init', 'status'];
const aIgnoreCommands = ['init', 'status', 'clone', 'add', 'commit', 'branch', 'checkout'];
const oConfig = this.getConfig();

@@ -207,0 +208,0 @@