Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

robotstxt

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotstxt - npm Package Compare versions

Comparing version 0.0.3-1 to 0.0.4-0

6

index.js

@@ -36,8 +36,10 @@ (function() {

if (matchO.priority > prio) {
return r = false;
r = false;
return prio = matchO.priority;
}
} else if (matchO.type === 'allow') {
if (matchO.priority >= prio) {
return r = true;
r = true;
}
return prio = matchO.priority;
}

@@ -44,0 +46,0 @@ }

@@ -19,3 +19,3 @@ {

"main" : "./index.js",
"version" : "0.0.3-1"
"version" : "0.0.4-0"
}

@@ -114,2 +114,4 @@ robots.txt parser for node.js

- [Robots.txt Specifications by Google](http://code.google.com/web/controlcrawlindex/docs/robots_txt.html)
- a web interface can be found at [https://github.com/franzenzenhofer/webrobotstxt](https://github.com/franzenzenhofer/webrobotstxt)

Sorry, the diff of this file is not supported yet

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