Socket
Socket
Sign inDemoInstall

robot-directives

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

lib/index.js

@@ -105,3 +105,3 @@ "use strict";

{
botname = botname.trim().toLowerCase();
botname = botname.trim();

@@ -108,0 +108,0 @@ return isbot(botname) === botname;

{
"name": "robot-directives",
"description": "Parse robot directives within HTML meta and/or HTTP headers.",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",

@@ -21,7 +21,7 @@ "homepage": "https://github.com/stevenvachon/robot-directives",

"dependencies": {
"isbot": "~0.0.3"
"isbot": "^1.0.1"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"object.assign": "^4.0.3"

@@ -28,0 +28,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc