🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cors-except

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cors-except - npm Package Compare versions

Comparing version

to
1.0.1

4

package.json
{
"name": "cors-except",
"version": "0.1.0",
"version": "1.0.1",
"description": "An exception middleware designed for use with CORS, but will accept any middleware.",

@@ -8,2 +8,3 @@ "main": "dist/index.js",

"test": "jest",
"coverage": "jest --coverage",
"build": "tsc"

@@ -32,4 +33,5 @@ },

"jest": "^27.2.4",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
}
}

@@ -0,5 +1,11 @@

![NPM license](https://img.shields.io/npm/l/cors-except)
![GitHub contributors](https://img.shields.io/github/contributors/tom-saetran/cors-except)
![GitHub issues](https://img.shields.io/github/issues/tom-saetran/cors-except)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/tom-saetran/cors-except)
![GitHub release date](https://img.shields.io/github/release-date/tom-saetran/cors-except)
![NPM downloads](https://img.shields.io/npm/dm/cors-except)
![GitHub package.json dynamic](https://img.shields.io/github/package-json/keywords/tom-saetran/cors-except)
# cors-except
## License GPL-3.0 License
This package provides a middleware that allows CORS requests to be selectively checked. It is useful for services that needs to be accessed by browsers.

@@ -6,0 +12,0 @@