Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

brightspace-auth-keys

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brightspace-auth-keys - npm Package Compare versions

Comparing version 1.0.4 to 6.0.0

28

package.json
{
"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
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc