Comparing version 2.0.0 to 2.0.1
@@ -9,2 +9,9 @@ # Embassy Change Log | ||
## [v2.0.1] - 2020-01-14 | ||
### Fixed | ||
- Updated build settings to include documentation. Intellisense in editors can now show TSDoc data. | ||
- Corrected public/private scope issues in Token.js that exposed two private functions to the public and included them in the API documentation. | ||
## [v2.0.0] - 2020-01-13 | ||
@@ -69,3 +76,4 @@ | ||
[development]: https://github.com/TomFrost/Embassy/compare/v2.0.0...HEAD | ||
[development]: https://github.com/TomFrost/Embassy/compare/v2.0.1...HEAD | ||
[v2.0.1]: https://github.com/TomFrost/Embassy/compare/v2.0.0...v2.0.1 | ||
[v2.0.0]: https://github.com/TomFrost/Embassy/compare/v0.3.2...v2.0.0 | ||
@@ -72,0 +80,0 @@ [v0.3.2]: https://github.com/TomFrost/Embassy/compare/v0.3.1...v0.3.2 |
@@ -0,7 +1,11 @@ | ||
/* | ||
* Embassy | ||
* Copyright (c) 2017-2021 Tom Shawver | ||
*/ | ||
export * from './Embassy'; | ||
export * from './Token'; | ||
export * from './types'; | ||
export * from './errors/KeyNotFoundError'; | ||
export * from './errors/ScopeNotFoundError'; | ||
export * from './errors/TokenParseError'; | ||
export { asymmetricAlgorithms, symmetricAlgorithms, JsonWebTokenError, TokenExpiredError, NotBeforeError } from './types'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "embassy", | ||
"version": "2.0.0", | ||
"description": "JWT token generator/verifier with built-in permission flags", | ||
"version": "2.0.1", | ||
"description": "Simple JSON Web Tokens (JWT) with embedded scopes for services", | ||
"main": "dist/index.js", | ||
@@ -28,3 +28,8 @@ "engines": { | ||
"JWT", | ||
"jwts", | ||
"bearer", | ||
"token", | ||
"tokens", | ||
"authentication", | ||
"authorization", | ||
"oauth", | ||
@@ -34,5 +39,4 @@ "oauth2", | ||
"connect", | ||
"permission", | ||
"permissions", | ||
"flags" | ||
"scope", | ||
"scopes" | ||
], | ||
@@ -39,0 +43,0 @@ "author": "Tom Shawver <tom@frosteddesign.com>", |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
14603
10
1