Socket
Socket
Sign inDemoInstall

multicast-dns-service-types

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

2

index.js

@@ -18,3 +18,3 @@ var prefix = function (name) {

for (var i = 0; i < parts.length; i++) {
if (parts[i][0] !== '_') return null
if (parts[i][0] !== '_') continue
parts[i] = parts[i].slice(1)

@@ -21,0 +21,0 @@ }

{
"name": "multicast-dns-service-types",
"version": "1.0.1",
"version": "1.1.0",
"description": "Parse and stringify mdns service types",

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

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