Socket
Socket
Sign inDemoInstall

parse-domain

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-domain - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

4

package.json
{
"name": "parse-domain",
"version": "0.2.2",
"version": "0.3.0",
"description": "Splits an url into sub-domain, domain and effective top-level-domain",

@@ -8,3 +8,3 @@ "main": "./lib/parseDomain.js",

"test": "mocha -R spec",
"download-tld": "curl https://publicsuffix.org/list/effective_tld_names.dat > lib/build/tld.txt",
"download-tld": "curl https://publicsuffix.org/list/public_suffix_list.dat > lib/build/tld.txt",
"build-regex": "node lib/build/buildRegex.js",

@@ -11,0 +11,0 @@ "update-regex": "npm run download-tld && npm run build-regex && npm run test"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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