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

corsable

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corsable - npm Package Compare versions

Comparing version 2.0.6 to 3.0.0

3

index.js

@@ -38,3 +38,4 @@ 'use strict';

'Authorization',
'Accept'
'Accept',
'Set-Cookie'
],

@@ -41,0 +42,0 @@ expose_headers: [],

{
"name": "corsable",
"version": "2.0.6",
"version": "3.0.0",
"description": "lightweight CORS",

@@ -23,3 +23,3 @@ "main": "index.js",

"devDependencies": {
"eslint": "^5.9.0",
"eslint": "^5.16.0",
"micro": "^9.3.3",

@@ -26,0 +26,0 @@ "node-fetch": "^2.3.0",

@@ -101,3 +101,4 @@ # simple CORS

'Authorization',
'Accept'
'Accept',
'Cookie'
]`

@@ -107,2 +108,5 @@

default: `[]`
default: `[
'Authorization',
'Set-Cookie'
]`
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