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.22 to 0.2.23

10

index.js

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

/**
* @version 0.2.22
* @date 2015-03-10
* @version 0.2.23
* @date 2015-03-11
* @license MIT License

@@ -275,3 +275,3 @@ */

.replace(/#.+$/m, "# " + new Date().toISOString())
.replace(/^(.*\bh=)[0-9a-f]*\b/gi, function(_, line) {
.replace(/^(.*\bh=)[0-9a-f]*\b/gim, function(_, line) {
return normalizePath(line + "{hash}", root)

@@ -296,3 +296,3 @@ })

var data = ""
, git = spawn("git", ["ls-tree", "-rz", "--abbrev=1", "HEAD"])
, git = spawn("git", ["ls-files", "-sz", "--abbrev=1"])

@@ -308,3 +308,3 @@ git.stdout.on("data", function (_data) {

index = line.indexOf("\t")
map[line.slice(1 + index)] = line.slice(12, index)
map[line.slice(1 + index)] = line.split(" ")[1]
}

@@ -311,0 +311,0 @@ return map

{
"name": "buildman",
"version": "0.2.22",
"version": "0.2.23",
"stability": 1,

@@ -14,2 +14,7 @@ "license": "MIT",

"readmeFilename": "README.md",
"files": [
"all-licenses.json",
"bin",
"index.js"
],
"scripts": {

@@ -16,0 +21,0 @@ "build": "node index.js --all",

@version 0.2.22
@date 2015-03-10
@version 0.2.23
@date 2015-03-11
@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