New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

airpaste

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airpaste - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

17

index.js

@@ -39,9 +39,12 @@ var mdns = require('multicast-dns')

dns.on('query', function (query) {
dns.respond({
answers: [{
type: 'SRV',
ttl: 5,
name: name,
data: {port: port, target: addr}
}]
query.questions.forEach(function (q) {
if (q.name !== name) return
dns.respond({
answers: [{
type: 'SRV',
ttl: 5,
name: name,
data: {port: port, target: addr}
}]
})
})

@@ -48,0 +51,0 @@ })

{
"name": "airpaste",
"version": "1.0.8",
"version": "1.0.9",
"description": "A 1-1 network pipe that auto discovers other peers using mdns",

@@ -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