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

express-redirect

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-redirect - npm Package Compare versions

Comparing version 0.1.0-pre to 1.0.0

3

lib/redirect.js

@@ -23,2 +23,5 @@ // module dependencies

});
// chaining
return this;
}

4

package.json
{
"name": "express-redirect",
"description": "Flexible redirection plugin",
"version": "0.1.0-pre",
"version": "1.0.0",
"author": "Jan Buschtöns <buschtoens@gmail.com>",

@@ -15,3 +15,3 @@ "contributors": [

"scripts": { "prepublish": "npm prune", "test": "mocha -R spec -r should" },
"devDependencies": { "mocha": "~1.7.3", "should": "~1.2.1" }
"devDependencies": { "mocha": "~1.7.3", "should": "~1.2.1", "express": "~3" }
}
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