Socket
Socket
Sign inDemoInstall

bilderhic

Package Overview
Dependencies
41
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.20 to 1.0.21

src/commands/mkdir/index.js

2

package.json
{
"name": "bilderhic",
"version": "1.0.20",
"version": "1.0.21",
"description": "Bilderhic (bhic) is a smart and simple build tool",

@@ -5,0 +5,0 @@ "preferGlobal": true,

@@ -39,3 +39,3 @@ const fs = require('fs');

if (!fs.existsSync(fileOrFolder)) {
return;
return this.codes.success;
}

@@ -50,2 +50,4 @@

}
return this.codes.success;
}

@@ -52,0 +54,0 @@ }

@@ -6,2 +6,3 @@ module.exports = {

env: require("./env/index"),
mkdir: require("./mkdir/index"),
pipe: require("./pipe/index"),

@@ -8,0 +9,0 @@ ren: require("./ren/index"),

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc