New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.24 to 0.2.25

8

index.js

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

/**
* @version 0.2.24
* @date 2015-03-11
* @version 0.2.25
* @date 2015-03-12
* @license MIT License

@@ -165,3 +165,3 @@ */

function writeFile(fileName, content) {
fs.writeFileSync(path.resolve(fileName), content, "utf8")
fs.writeFileSync(path.resolve(fileName.split("?")[0]), content, "utf8")
}

@@ -203,3 +203,3 @@

if (!squash) {
var out = squashFiles.length.toString(32) + ".js"
var out = squashFiles.length.toString(32) + ".js?h={hash}"
squash = { input:[], file: out, output: root + out }

@@ -206,0 +206,0 @@ squashFiles.push(squash)

{
"name": "buildman",
"version": "0.2.24",
"version": "0.2.25",
"stability": 1,

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

@version 0.2.24
@date 2015-03-11
@version 0.2.25
@date 2015-03-12
@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