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 2.4.0 to 3.0.0

.gitignore

19

package.json
{
"name": "robots-parser",
"version": "2.4.0",
"description": "NodeJS robots.txt parser with support for wildcard (*) matching.",
"version": "3.0.0",
"description": "A specification compliant robots.txt parser with wildcard (*) matching support.",
"keywords": [

@@ -18,2 +18,6 @@ "robots.txt",

},
"homepage": "https://github.com/samclarke/robots-parser",
"bugs": {
"url": "https://github.com/samclarke/robots-parser/issues"
},
"scripts": {

@@ -31,4 +35,13 @@ "test": "nyc --reporter=text-summary --reporter=html --reporter=lcovonly mocha"

"/index.js",
"/index.d.ts"
"/index.d.ts",
"/README.md",
"/LICENSE.md",
"/CHANGELOG.md",
"/SECURITY.md",
"test/*.js",
".gitignore"
],
"engines": {
"node": ">=0.10"
},
"prettier": {

@@ -35,0 +48,0 @@ "tabWidth": 4,

2

Robots.js

@@ -1,3 +0,1 @@

var URL = require('url').URL;
/**

@@ -4,0 +2,0 @@ * Trims the white space from the start and end of the line.

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