Socket
Socket
Sign inDemoInstall

micro-cors

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

micro-cors - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/index.js

13

package.json
{
"name": "micro-cors",
"description": "Simple CORS middleware for Zeit's Micro",
"version": "0.0.2",
"version": "0.0.3",
"engines": {

@@ -13,2 +13,6 @@ "node": ">=6"

"author": "Mike Bannister <mikebannister@gmail.com>",
"main": "lib/index.js",
"files": [
"lib/index.js"
],
"license": "MIT",

@@ -18,5 +22,7 @@ "scripts": {

"test": "ava --verbose src/test.js",
"dev": "ava --verbose --watch src/test.js"
"dev": "ava --verbose --watch src/test.js",
"prepublish": "yarn build",
"lint": "standard",
"pretest": "standard"
},
"main": "lib/index.js",
"dependencies": {

@@ -36,2 +42,3 @@ "request": "^2.81.0",

"rimraf": "^2.6.1",
"standard": "^9.0.2",
"test-listen": "^1.0.1"

@@ -38,0 +45,0 @@ },

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