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

ts-jose

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-jose - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

dist/cjs/error.cjs

15

package.json
{
"name": "ts-jose",
"version": "5.2.2",
"version": "5.2.3",
"description": "Wrap functions of JOSE in steady interface",

@@ -24,12 +24,10 @@ "keywords": [

"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"main": "./dist/mjs/index.js",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.cjs"
},
"scripts": {
"clean": "rm -rf dist/**/*.js dist/**/*.js.map dist/**/*.ts coverage",
"clean": "rm -rf dist/**/*.js dist/**/*.cjs dist/**/*.js.map dist/**/*.ts coverage",
"prebuild": "npm run clean",

@@ -39,2 +37,3 @@ "build": "npm run build:mjs && npm run build:cjs",

"build:cjs": "tsc --project tsconfig.cjs.json",
"postbuild:cjs": "bash scripts/convert-to-cjs.sh",
"build:dev": "tsc -w",

@@ -57,4 +56,4 @@ "format": "prettier --write **/*.ts",

"@types/sinon": "^17",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"c8": "^9",

@@ -61,0 +60,0 @@ "chai": "^5.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