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

express-robots-txt

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-robots-txt - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

22

package.json
{
"name": "express-robots-txt",
"version": "0.4.0",
"version": "0.4.1",
"description": "Express middleware to serve and generate robots.txt",

@@ -16,3 +16,8 @@ "main": "index.js",

},
"keywords": ["express", "robots", "robots.txt", "robots"],
"keywords": [
"express",
"robots",
"robots.txt",
"robots"
],
"author": "modosc (http://github.com/modosc)",

@@ -32,4 +37,4 @@ "contributors": [

"express": "^4.12.1",
"jest": "^23.3.0",
"supertest": "^3.0.0"
"jest": "^24.8.0",
"supertest": "^4.0.2"
},

@@ -40,6 +45,9 @@ "peerDependencies": {

"jest": {
"setupTestFrameworkScriptFile":
"<rootDir>/test/setup-test-framework-script.js",
"testMatch": ["<rootDir>/test/index.js"]
"setupFilesAfterEnv": [
"<rootDir>/test/setup-test-framework-script.js"
],
"testMatch": [
"<rootDir>/test/index.js"
]
}
}

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