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

robotstxt

Package Overview
Dependencies
Maintainers
0
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.1-8 to 0.0.2-0

4

index.js

@@ -214,4 +214,6 @@ (function() {

kvA = line.split(":");
if (kvA.length < 2) {
if (kvA.length !== 2) {
return false;
} else if (kvA.length === 2 && kvA[1] === '') {
return false;
}

@@ -218,0 +220,0 @@ kvA = kvA.map(function(i) {

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

"main" : "./index.js",
"version" : "0.0.1-8"
"version" : "0.0.2-0"
}

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