New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koa-ssl

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-ssl - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

circle.yml

5

package.json
{
"name": "koa-ssl",
"description": "Enforce SSL for koa apps",
"version": "2.0.0",
"version": "2.0.1",
"author": "Jonathan Clem",

@@ -18,3 +18,4 @@ "bugs": {

"engines": {
"iojs": "1.2.0"
"iojs": "1.2.0",
"node": ">= 7.4.0"
},

@@ -21,0 +22,0 @@ "homepage": "https://github.com/jclem/koa-ssl",

4

README.md
# koa-ssl
[![Build Status](https://travis-ci.org/jclem/koa-ssl.svg)](https://travis-ci.org/jclem/koa-ssl)
[![Circle CI](https://circleci.com/gh/jclem/koa-ssl.svg?style=svg)](https://circleci.com/gh/jclem/koa-ssl)

@@ -17,3 +17,3 @@ koa-ssl enforces SSL for [Koa][koa] apps.

The function requires an optional object of options:
The function takes an optional object of options:

@@ -20,0 +20,0 @@ - `disabled`: (default `false`) If `true`, this middleware will allow all

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