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.13

2

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

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

@@ -196,3 +196,3 @@ import fs from 'fs';

let filelist = ['', `on branch ${oConfig.ref}`];
filelist.push(`${this.argv._[2]} complete ${rc}`);
filelist.push(`${this.argv._[2]} complete ${rc?rc:""}`);
return filelist.join('\n');

@@ -199,0 +199,0 @@ } else {