Socket
Socket
Sign inDemoInstall

forge

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forge - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

bin/forge.js

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

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

@@ -121,3 +121,3 @@

if (config.gzip) {
gzip = requireModule("gzip")
gzip = requireModule("gzip");
}

@@ -177,3 +177,3 @@

mangled = "",
squeeze = "",
squeezed = "",
compressed = "";

@@ -325,3 +325,3 @@

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

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

{
"name": "forge",
"author": "Josh Perez <josh@goatslacker.com>",
"version": "1.0.2",
"version": "1.0.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc