Socket
Socket
Sign inDemoInstall

koa-protect

Package Overview
Dependencies
22
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "koa-protect",
"version": "1.0.0",
"version": "1.0.1",
"description": "Security module for koa applications.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

## Koa-Protect by Altonotch
## Koa-Protect by [Altonotch](https://altonotch.com)

@@ -15,3 +15,3 @@ [![Known Vulnerabilities](https://snyk.io/test/npm/protect/badge.svg)](https://snyk.io/test/npm/koa-protect)

```bash
npm i @altonotch/koa-protect --save
npm i koa-protect --save
```

@@ -22,3 +22,3 @@

```javascript
const protect = require('@altonotch/koa-protect')
const protect = require('koa-protect')
const Koa = require('koa')

@@ -25,0 +25,0 @@ const bodyParser = require('koa-bodyparser')

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