Comparing version 1.0.0 to 1.0.1
@@ -173,3 +173,4 @@ /** | ||
} | ||
else { | ||
else // Not OPTIONS | ||
{ | ||
if (supportsCredentials === true) { | ||
@@ -176,0 +177,0 @@ // If the resource supports credentials add a single |
{ | ||
"name": "libcors", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "CORS handling, 100% transportation agnostic", | ||
@@ -11,2 +11,5 @@ "author": "Gustaf Räntilä", | ||
"homepage": "https://github.com/grantila/libcors#readme", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/index.js", | ||
@@ -18,7 +21,10 @@ "types": "./dist/index.d.ts", | ||
"test": "./node_modules/.bin/nyc npm run mocha", | ||
"coverage": "node_modules/.bin/nyc report --reporter=html" | ||
"coverage": "node_modules/.bin/nyc report --reporter=html", | ||
"travis-deploy-once": "travis-deploy-once", | ||
"semantic-release": "semantic-release", | ||
"cz": "git-cz" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/grantila/libcors.git" | ||
"url": "https://github.com/grantila/libcors" | ||
}, | ||
@@ -32,12 +38,20 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/mocha": "2.x", | ||
"@types/node": "9.x", | ||
"@types/mocha": "5.x", | ||
"@types/node": "10.x", | ||
"chai": "4.x", | ||
"coveralls": "2.x", | ||
"coveralls": "3.x", | ||
"cz-conventional-changelog": "2.x", | ||
"mocha": "5.x", | ||
"nyc": "11.x", | ||
"nyc": "13.x", | ||
"rimraf": "2.x", | ||
"sinon": "4.x", | ||
"typescript": "2.6.x" | ||
"semantic-release": "15.x", | ||
"sinon": "7.x", | ||
"travis-deploy-once": "5.x", | ||
"typescript": "3.x" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53989
8
646
12
1