Socket
Socket
Sign inDemoInstall

robots-txt-parse

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robots-txt-parse - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "robots-txt-parse",
"version": "1.0.0",
"version": "1.0.1",
"description": "Streaming parser for robots.txt files",

@@ -5,0 +5,0 @@ "main": "lib/parse.js",

@@ -27,2 +27,6 @@ # robots-txt-parse [![Build Status](https://travis-ci.org/Woorank/robots-txt-parse.svg)](https://travis-ci.org/Woorank/robots-txt-parse)

user-agent: mozilla
disallow: /path
noindex: /path
Sitemap: http://www.example.com/sitemap.xml

@@ -44,2 +48,8 @@ ```

]
}, {
"agents": [ "mozilla" ],
"rules": [
{ "rule": "disallow", "path": "/path" },
{ "rule": "noindex", "path": "/path" }
]
}],

@@ -50,2 +60,2 @@ "extensions": [

}
```
```
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