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

budo

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

budo - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

9

lib/map-entry.js

@@ -11,3 +11,10 @@ var path = require('path')

var parts = file.split(':')
var parts
// absolute path with letter drive, eg C:/
if (/^[A-Z]\:\/+/.test(file)) {
parts = file.split(/\:(?:(?=[^\/]))/)
} else {
parts = file.split(':')
}
var pathFrom, pathUrl

@@ -14,0 +21,0 @@

2

package.json
{
"name": "budo",
"version": "6.0.2",
"version": "6.0.3",
"description": "a browserify server for rapid prototyping",

@@ -5,0 +5,0 @@ "main": "index.js",

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