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

embassy

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

embassy - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

__tests__/Embassy.spec.ts

13

CHANGELOG.md

@@ -9,10 +9,16 @@ # Embassy Change Log

## [v2.0.1] - 2020-01-14
## [v2.0.2] - 2021-04-23
### Fixed
- Typescript types are now published with the package
## [v2.0.1] - 2021-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
## [v2.0.0] - 2021-01-13

@@ -76,3 +82,4 @@ ### Changes

[development]: https://github.com/TomFrost/Embassy/compare/v2.0.1...HEAD
[development]: https://github.com/TomFrost/Embassy/compare/v2.0.2...HEAD
[v2.0.1]: https://github.com/TomFrost/Embassy/compare/v2.0.1...v2.0.2
[v2.0.1]: https://github.com/TomFrost/Embassy/compare/v2.0.0...v2.0.1

@@ -79,0 +86,0 @@ [v2.0.0]: https://github.com/TomFrost/Embassy/compare/v0.3.2...v2.0.0

{
"name": "embassy",
"version": "2.0.1",
"version": "2.0.2",
"description": "Simple JSON Web Tokens (JWT) with embedded scopes for services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {

@@ -15,3 +16,3 @@ "node": ">=12"

"lint": "eslint '*/**/*.{js,ts}'; prettier -l **/*.{md,json}",
"clean": "rm -rf node_modules coverage",
"clean": "rm -rf node_modules coverage dist",
"test": "npm run lint && jest --coverage",

@@ -24,5 +25,2 @@ "test:watch": "jest --watch"

},
"files": [
"./dist/*"
],
"keywords": [

@@ -29,0 +27,0 @@ "JWT",

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