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

2

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

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

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

if (aFile[0] == ".env") {
await this.fs.promises.writeFile(`${oConfig.dir}/.gitignore`, ".env\nnode_modules\n");
await this.fs.promises.writeFile(`${oConfig.dir}/.gitignore`, ".env\nnode_modules\n.wordpress\n");
console.log(".gitignore");

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