Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buildman

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildman - npm Package Compare versions

Comparing version 0.2.19 to 0.2.20

11

index.js

@@ -5,4 +5,4 @@

/**
* @version 0.2.19
* @date 2014-11-11
* @version 0.2.20
* @date 2014-11-26
* @license MIT License

@@ -176,4 +176,5 @@ */

var output = readFile(args.template)
.replace(/[\r\n]+/g, "\n")
.replace(/\n\s*\n/g, "\n")
.replace(/\t/g, " ")
.replace(/\t/g, " ")
.replace(/\s+</g, "<")

@@ -290,3 +291,5 @@ .replace(/<!--[\s\S]*?-->/g, "")

out = out.replace(/\/\*[^@!][\s\S]*?\*\//g, "")
out = out
.replace(/[\r\n]+/g, "\n")
.replace(/\/\*[^@!][\s\S]*?\*\//g, "")

@@ -293,0 +296,0 @@ //TODO:sprite

{
"name": "buildman",
"version": "0.2.19",
"version": "0.2.20",
"stability": 1,

@@ -5,0 +5,0 @@ "license": "MIT",

@version 0.2.19
@date 2014-11-11
@version 0.2.20
@date 2014-11-26
@stability 1 - Experimental

@@ -5,0 +5,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