Socket
Socket
Sign inDemoInstall

ddns-client

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

3

lib/index.js

@@ -8,3 +8,4 @@ const {Resolver} = require('dns').promises

/((2(5[0-5]|[0-4]\d)|1\d\d|[1-9]\d|\d)\.){3}(2(5[0-5]|[0-4]\d)|1\d\d|[1-9]\d|\d)/
const IPV6_REGEX = /([0-9A-Fa-f]{4}:){7}[0-9A-Fa-f]{4}/
const IPV6_REGEX =
/([0-9A-Fa-f]{1,4}:){7}[0-9A-Fa-f]{1,4}|([0-9A-Fa-f]{1,4}:){6}:[0-9A-Fa-f]{1,4}|([0-9A-Fa-f]{1,4}:){5}(:[0-9A-Fa-f]{1,4}){1,2}|([0-9A-Fa-f]{1,4}:){4}(:[0-9A-Fa-f]{1,4}){1,3}|([0-9A-Fa-f]{1,4}:){3}(:[0-9A-Fa-f]{1,4}){1,4}|([0-9A-Fa-f]{1,4}:){2}(:[0-9A-Fa-f]{1,4}){1,5}|[0-9A-Fa-f]{1,4}:(:[0-9A-Fa-f]{1,4}){1,6}|([0-9A-Fa-f]{1,4}:){1,7}:|:(:[0-9A-Fa-f]{1,4}){1,7}|::/
const GOOD_RESPONSE_REGEX = /^(good|nochg)\b/

@@ -11,0 +12,0 @@

{
"name": "ddns-client",
"version": "0.1.0",
"version": "0.1.1",
"description": "A dynamic DNS client for Dynamic DNS Update API compatible services like DynDNS and Google Domains",

@@ -5,0 +5,0 @@ "main": "lib",

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