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

did-jwt

Package Overview
Dependencies
Maintainers
6
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-jwt - npm Package Compare versions

Comparing version 6.11.7-alpha.1 to 7.0.0-alpha.1

lib/blockchains/bip122.js

22

package.json
{
"name": "did-jwt",
"version": "6.11.7-alpha.1",
"version": "7.0.0-alpha.1",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"type": "module",
"source": "src/index.ts",
"main": "./lib/index.cjs",
"module": "./lib/index.module.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",

@@ -19,4 +18,3 @@ "files": [

"types": "./lib/index.d.ts",
"require": "./lib/index.cjs",
"import": "./lib/index.module.js"
"import": "./lib/index.js"
}

@@ -28,3 +26,3 @@ },

"test:ci": "yarn test --coverage",
"build:js": "microbundle --compress=false",
"build:js": "tsc",
"build:browser": "webpack --config webpack.config.cjs",

@@ -50,5 +48,5 @@ "build": "yarn build:js && yarn build:browser",

"devDependencies": {
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.21.0",
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/preset-typescript": "7.21.4",
"@ethersproject/address": "5.7.0",

@@ -77,7 +75,7 @@ "@semantic-release/changelog": "6.0.3",

"regenerator-runtime": "0.13.11",
"semantic-release": "21.0.0",
"ts-jest": "29.0.5",
"semantic-release": "21.0.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tweetnacl": "1.0.3",
"typescript": "5.0.2",
"typescript": "5.0.3",
"webpack": "5.77.0",

@@ -84,0 +82,0 @@ "webpack-cli": "5.0.1"

Sorry, the diff of this file is too big to display

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