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.33 to 0.2.34

6

index.js

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

/*
* @version 0.2.33
* @date 2015-08-25
* @version 0.2.34
* @date 2016-02-04
* @license MIT License

@@ -331,3 +331,3 @@ */

function normalizePath(p, root) {
for (;p != (p = p.replace(/[^/]*[^.]\/\.\.\/|(^|[^.])\.\/|\/(?=\/)/, "$1")););
for (;p != (p = p.replace(/[^/]*[^.]\/\.\.\/|(^|[^.])\.\/|(.)\/(?=\/)/, "$1$2")););
p = p.replace(/{hash}/g, fileHashes[root + p.split("?")[0]] || "")

@@ -334,0 +334,0 @@ return p

{
"name": "buildman",
"version": "0.2.33",
"version": "0.2.34",
"stability": 1,

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

@version 0.2.33
@date 2015-08-25
@version 0.2.34
@date 2016-02-04
@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