Socket
Socket
Sign inDemoInstall

forge

Package Overview
Dependencies
6
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

4

bin/forge.js

@@ -5,3 +5,3 @@ #!/usr/bin/env node

@author Josh Perez <josh@goatslacker.com>
@version 1.0.3
@version 1.0.4
*/

@@ -323,3 +323,3 @@

try {
fs.mkdirSync(config.buildDirectory, 777);
fs.mkdirSync(config.buildDirectory, "0777");
} catch (e) {

@@ -326,0 +326,0 @@ // may return a file exists error...

{
"name": "forge",
"author": "Josh Perez <josh@goatslacker.com>",
"version": "1.0.3",
"version": "1.0.4",
"description": "An easy to use CLI tool for compiling projects",

@@ -6,0 +6,0 @@

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