Socket
Socket
Sign inDemoInstall

devurl

Package Overview
Dependencies
29
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.2.0

.log

4

lib/demon.js

@@ -90,2 +90,3 @@ "use strict";

Demon.prototype.add = function(host, url, callback) {
var alreadyExist = !!this.domains[host];
this.domains[host] = {

@@ -95,2 +96,5 @@ url: url,

};
if (alreadyExist) {
return false;
}
this.addToHosts(host);

@@ -97,0 +101,0 @@ this.refresh(callback);

2

package.json
{
"name": "devurl",
"version": "0.1.1",
"version": "0.2.0",
"description": "convert your ugly urls dev urls from localhost:3000 to dev.myapp.com",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc