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

helmet

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helmet - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

.travis.yml

11

HISTORY.md

@@ -1,4 +0,13 @@

0.5.0 / 2014-??-??
0.5.1 / 2014-11-09
==================
- new: Travis CI for everyone
- update: URLs in `package.json` for new URL
- fix: CSP would set all headers forever after receiving an unknown user agent
0.5.0 / 2014-10-28
==================
- new: most middlewares have some aliases now

@@ -5,0 +14,0 @@

8

package.json

@@ -8,3 +8,3 @@ {

"description": "Security middleware collection for Express/Connect",
"version": "0.5.0",
"version": "0.5.1",
"keywords": [

@@ -22,6 +22,6 @@ "security",

],
"bugs": "https://github.com/evilpacket/helmet/issues",
"bugs": "https://github.com/helmetjs/helmet/issues",
"repository": {
"type": "git",
"url": "git://github.com/evilpacket/helmet.git"
"url": "git://github.com/helmetjs/helmet.git"
},

@@ -36,3 +36,3 @@ "engines": {

"helmet-crossdomain": "0.1.0",
"helmet-csp": "0.1.0",
"helmet-csp": "0.1.1",
"hide-powered-by": "0.1.0",

@@ -39,0 +39,0 @@ "hsts": "0.1.0",

@@ -5,3 +5,4 @@ Helmet

[![npm version](https://badge.fury.io/js/helmet.svg)](http://badge.fury.io/js/helmet)
[![npm dependency status](https://david-dm.org/evilpacket/helmet.png)](https://david-dm.org/evilpacket/helmet)
[![npm dependency status](https://david-dm.org/helmetjs/helmet.png)](https://david-dm.org/helmetjs/helmet)
[![Build Status](https://travis-ci.org/helmetjs/helmet.svg?branch=master)](https://travis-ci.org/helmetjs/helmet)

@@ -8,0 +9,0 @@ Helmet is a series of middleware that help secure your Express/Connect apps. *It's not a silver bullet*, but it can help!

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