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

2

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

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

@@ -124,3 +124,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");
aFile[0] = ".gitignore";

@@ -164,3 +164,3 @@ }

if (this.fs.promises.exists(`${oConfig.dir}/.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");
}

@@ -300,3 +300,3 @@ await git.init(oConfig);

if (await this.fs.promises.exists(`${oConfig.dir}/.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");
}

@@ -303,0 +303,0 @@ oConfig.defaultBranch = oConfig.ref;