Socket
Socket
Sign inDemoInstall

@pie-framework/build-helper

Package Overview
Dependencies
1
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.7 to 1.3.8

6

lib/commands.js

@@ -44,7 +44,5 @@ "use strict";

isGitTreeClean() {
if (this.dryRun) {
return true;
}
log('[isGitTreeClean]');
const d = this.runCmd('git diff');
if (!d) {
if (this.dryRun || !d) {
return true;

@@ -51,0 +49,0 @@ }

{
"name": "@pie-framework/build-helper",
"version": "1.3.7",
"version": "1.3.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc