Socket
Socket
Sign inDemoInstall

jose

Package Overview
Dependencies
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jose - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [3.3.2](https://github.com/panva/jose/compare/v3.3.1...v3.3.2) (2020-12-14)
### Bug Fixes
* **typescript:** ref dom lib via triple-slash to fix some compile issues ([175f273](https://github.com/panva/jose/commit/175f273819785c29b9ad822dcb5d70073523f504)), closes [#126](https://github.com/panva/jose/issues/126)
## [3.3.1](https://github.com/panva/jose/compare/v3.3.0...v3.3.1) (2020-12-06)

@@ -7,0 +14,0 @@

2

dist/types/types.d.ts

@@ -0,1 +1,3 @@

/// <reference lib="dom"/>
/* eslint-disable @typescript-eslint/naming-convention */

@@ -2,0 +4,0 @@ import type { KeyObject } from 'crypto'

6

package.json
{
"name": "jose",
"version": "3.3.1",
"version": "3.3.2",
"description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS with no dependencies",

@@ -270,4 +270,4 @@ "keywords": [

"!dist/types/**/*.i.d.ts",
"!dist/types/runtime*",
"!dist/types/lib*",
"!dist/types/runtime/*",
"!dist/types/lib/*",
"dist/types/lib/jwt_producer.d.ts"

@@ -274,0 +274,0 @@ ],

@@ -232,2 +232,6 @@ # jose

#### "Module not found: Error: Can't resolve '...' in '...'"
Use a supported Node.js runtime and make sure whatever tools you may use for transpiling the code also support the Subpath exports ("exports") feature.
#### Why? Just. Why?

@@ -234,0 +238,0 @@

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