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

live-dev-server

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-dev-server - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

6

lib/index.js

@@ -264,5 +264,5 @@ const http = require('http')

console.log(projectRoot, filePath)
let pathname = filePath.replace(projectRoot, '')
let fileExt = pathname.split('.')[1] || 'unknown'
return generateMessage(origin, { url: path.join(openURL, pathname), host: openURL, pathname, ext: fileExt })
let tmpPath = filePath.replace(projectRoot, '')
let fileExt = tmpPath.split('.')[1] || 'unknown'
return generateMessage(origin, { url: openURL + tmpPath, host: openURL, path: tmpPath, ext: fileExt })
}

@@ -269,0 +269,0 @@

{
"name": "live-dev-server",
"version": "0.7.0",
"version": "0.7.1",
"description": "develop env, watch files change, mock data",

@@ -5,0 +5,0 @@ "main": "lib/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