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

robots-parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robots-parser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "robots-parser",
"version": "1.0.1",
"version": "1.0.2",
"description": "Robots.txt parser.",

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

@@ -269,3 +269,3 @@ var libUrl = require('url');

parsedUrl.port = parsedUrl.port || 80;
parsedUrl.hostname = punycode.toUnicode(parsedUrl.hostname);
parsedUrl.hostname = parsedUrl.hostname && punycode.toUnicode(parsedUrl.hostname);

@@ -272,0 +272,0 @@ // The base URL must match otherwise this robots.txt is not valid for it.

@@ -218,3 +218,5 @@ var robotsParser = require('../index');

'http://www.example.net/test/index.html',
'http://www.examsple.com/test/'
'http://www.examsple.com/test/',
'example.com/test/',
':::::;;`\\|/.example.com/test/'
];

@@ -221,0 +223,0 @@

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