UNPKG

cors-helper

Version:

Simple pattern matching helper for allowing/blocking certain domains to support dynamic CORS validation in a NodeJS application

44 lines (43 loc) 955 B
{ "name": "cors-helper", "version": "1.0.8", "description": "Simple pattern matching helper for allowing/blocking certain domains to support dynamic CORS validation in a NodeJS application", "main": "lib/index.js", "engines": { "node": ">=7.6.0" }, "repository": { "type": "git", "url": "git@github.com:arizonatribe/cors-helper.git" }, "keywords": [ "cors", "block", "allow", "whitelist", "blacklist", "middleware", "security", "xss", "cross-domain", "domain", "javascript", "nodejs", "express", "expressjs" ], "author": "David Nunez <arizonatribe@gmail.com>", "license": "ISC", "dependencies": { "ip": "1.1.5", "ipaddr.js": "1.8.1", "range_check": "1.4.0" }, "devDependencies": { "babel-eslint": "10.0.1", "eslint": "^5.16.0", "eslint-config-airbnb-base": "13.1.0", "eslint-plugin-import": "2.14.0", "rimraf": "2.6.1" } }