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

mdns-js

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdns-js - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

.vscode/launch.json

6

lib/service_type.js

@@ -81,2 +81,8 @@ var debug = require('debug')('mdns:lib:ServiceType');

text = text.replace(/.local$/, '');
//take care of possible empty subtypes
if (text.charAt(0) === '_') {
text = text.replace(/^_sub/, '._sub'); //fix for bad apple
}
var isWildcard = text === ServiceType.wildcard;

@@ -83,0 +89,0 @@ var subtypes = text.split(',');

6

package.json
{
"name": "mdns-js",
"version": "0.5.2",
"version": "0.5.3",
"repository": {

@@ -39,3 +39,5 @@ "type": "git",

"contributors": [
"James Sigurðarson <jamiees2@gmail.com> (http://jamessigurdarson.com)"
"James Sigurðarson <jamiees2@gmail.com> (http://jamessigurdarson.com)",
"David Baldwynn <whitef0x0@users.noreply.github.com>",
"Stefan Sauer <ensonic@google.com>"
],

@@ -42,0 +44,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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