parse-bearer-token
Advanced tools
Comparing version
{ | ||
"name": "parse-bearer-token", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Parse a request's bearer token", | ||
@@ -11,16 +11,58 @@ "keywords": [ | ||
"author": "Stephen Mathieson <me@stephenmathieson.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/stephenmathieson/node-parse-bearer-token.git" | ||
"repository": "stephenmathieson/node-parse-bearer-token", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc", | ||
"postbuild": "echo '// CommonJS support\\nmodule.exports = parseBearerToken' >> dist/index.js", | ||
"prepublishOnly": "npm run build", | ||
"fmt": "prettier --write *.json *.md src/*.ts", | ||
"lint": "tslint --project tsconfig.json --format codeFrame src/*.ts", | ||
"test": "ava src/test.ts" | ||
}, | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"lint-staged": { | ||
"*.{md,json}": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"*.ts": [ | ||
"tslint --fix", | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"prettier": { | ||
"semi": false, | ||
"singleQuote": true | ||
}, | ||
"ava": { | ||
"compileEnhancements": false, | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^10.11.1", | ||
"ava": "^1.0.0-beta.8", | ||
"express": "^4.8.5", | ||
"husky": "^1.0.1", | ||
"lint-staged": "^7.3.0", | ||
"mocha": "^1.21.4", | ||
"prettier": "^1.14.3", | ||
"supertest": "^0.13.0", | ||
"express": "^4.8.5", | ||
"mocha": "^1.21.4" | ||
}, | ||
"main": "index", | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"license": "MIT" | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.15.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.1.1" | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9854
119.22%12
71.43%169
98.82%1
-50%54
12.5%13
333.33%1
Infinity%3
200%