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

brightspace-auth-token

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brightspace-auth-token - npm Package Compare versions

Comparing version 3.2.0 to 6.0.0

24

package.json
{
"name": "brightspace-auth-token",
"version": "3.2.0",
"version": "6.0.0",
"description": "Helper for interacting with an incoming Brightspace JWT",
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/node-auth-token.git"
},
"main": "src/index.js",
"scripts": {
"check-style": "eslint .",
"test": "npm run check-style && mocha -R spec spec"
"test": "mocha -R spec spec"
},
"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": {
"chai": "^2.1.1",
"eslint": "^1.10.3",
"eslint-config-brightspace": "^0.1.0",
"eslint-plugin-react": "^3.16.1",
"mocha": "^2.1.0",
"uuid": "^2.0.1",
"xtend": "^4.0.1"
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Brightspace/node-auth.git"
},
"dependencies": {}
}
# brightspace-auth-token
[![Build
Status](https://travis-ci.org/Brightspace/node-auth-token.svg?branch=master)](https://travis-ci.org/Brightspace/node-auth-token)
[![Build Status](https://travis-ci.org/Brightspace/node-auth.svg?branch=master)](https://travis-ci.org/Brightspace/node-auth)
## Usage

@@ -115,31 +115,1 @@

The source signature provider when creating the token.
## Testing
```bash
npm test
```
## 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 `spec` 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.
[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