brightspace-auth-keys
Advanced tools
Comparing version 1.0.4 to 6.0.0
{ | ||
"name": "brightspace-auth-keys", | ||
"version": "1.0.4", | ||
"version": "6.0.0", | ||
"description": "Library for generating, storing, and retrieving keypairs for use in Brightspace's auth framework.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Brightspace/node-auth-keys.git" | ||
}, | ||
"main": "src/index.js", | ||
"scripts": { | ||
"check-style": "eslint .", | ||
"pretest": "npm run check-style", | ||
"test": "istanbul cover -R _mocha -- --recursive ./test" | ||
"test": "istanbul cover -R ../../../node_modules/mocha/bin/_mocha -- --recursive ./test" | ||
}, | ||
"author": "D2L Corporation", | ||
"bugs": { | ||
"url": "https://github.com/Brightspace/node-auth/issues" | ||
}, | ||
"homepage": "https://github.com/Brightspace/node-auth#readme", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"eslint": "^3.16.0", | ||
"eslint-config-brightspace": "^0.2.4", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.2.0", | ||
"sinon": "^2.0.0", | ||
"xtend": "^4.0.1" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/Brightspace/node-auth.git" | ||
}, | ||
"dependencies": { | ||
"jwk-to-pem": "^1.2.6", | ||
"native-crypto": "^1.7.0", | ||
"uuid": "^3.0.1" | ||
"native-crypto": "^1.7.2", | ||
"uuid": "^3.1.0" | ||
} | ||
} |
# brightspace-auth-keys | ||
[![Build Status](https://travis-ci.org/Brightspace/node-auth-keys.svg?branch=master)](https://travis-ci.org/Brightspace/node-auth-keys) | ||
[![Build Status](https://travis-ci.org/Brightspace/node-auth.svg?branch=master)](https://travis-ci.org/Brightspace/node-auth) | ||
@@ -116,24 +116,2 @@ Library for generating, storing, and retrieving keypairs for use in | ||
## Contributing | ||
1. **Fork** the repository. Committing directly against this repository is | ||
highly discouraged. | ||
2. Make your modifications in a branch, updating and writing new unit tests | ||
as necessary in the `test` directory. | ||
3. Ensure that all tests pass with `npm test` | ||
4. `rebase` your changes against master. *Do not merge*. | ||
5. Submit a pull request to this repository. Wait for tests to run and someone | ||
to chime in. | ||
### Code Style | ||
This repository is configured with [EditorConfig][EditorConfig] and | ||
[ESLint][ESLint] rules. | ||
[AuthTokenProvisioner]: https://github.com/Brightspace/node-auth-provisioning | ||
[EditorConfig]: http://editorconfig.org/ | ||
[ESLint]: http://eslint.org |
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
0
23858
117
Updatednative-crypto@^1.7.2
Updateduuid@^3.1.0