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.23 to 0.2.24

5

index.js

@@ -5,3 +5,3 @@

/**
* @version 0.2.23
* @version 0.2.24
* @date 2015-03-11

@@ -217,2 +217,5 @@ * @license MIT License

})
.replace(/\b(href|src)="(?!data:)(.+?)"/gi, function(_, tag, file) {
return tag + '="' + normalizePath(file, root) + '"'
})

@@ -219,0 +222,0 @@ if (notChanged(args, next)) return

2

package.json
{
"name": "buildman",
"version": "0.2.23",
"version": "0.2.24",
"stability": 1,

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

@version 0.2.23
@version 0.2.24
@date 2015-03-11

@@ -4,0 +4,0 @@ @stability 1 - Experimental

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