Socket
Socket
Sign inDemoInstall

libcors

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/test/libcors.d.ts

3

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc