Socket
Socket
Sign inDemoInstall

robots-txt-parse

Package Overview
Dependencies
Maintainers
1
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 0.0.3 to 0.0.4

6

lib/parse.js

@@ -65,3 +65,3 @@ 'use strict';

currentGroup = null;
var build = through(function (token) {

@@ -94,3 +94,3 @@ switch (token.type) {

}
prevToken = token.type;

@@ -111,6 +111,4 @@ });

});
content.resume();
});
};
{
"name": "robots-txt-parse",
"version": "0.0.3",
"version": "0.0.4",
"description": "Streaming parser for robots.txt files",

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

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