New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@privy-io/api-base

Package Overview
Dependencies
Maintainers
8
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privy-io/api-base - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

dist/cjs/classes/api-error.js

62

package.json
{
"name": "@privy-io/api-base",
"version": "1.4.1",
"version": "1.4.2",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./constants": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./constants/*": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./classes": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"require": {
"types": "./dist/dts/index.d.ts",
"default": "./dist/cjs/index.js"
},
"import": {
"types": "./dist/dts/index.d.mts",
"default": "./dist/esm/index.mjs"
}
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typings": "./dist/index",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/dts/index.d.ts",
"typings": "./dist/dts/index",
"files": [

@@ -36,9 +26,10 @@ "dist/**/*",

"scripts": {
"build": "npx tsup --clean --minify",
"check-types": "npx tsc --noEmit",
"build": "rollup --config rollup.types.mjs && rollup --config rollup.build.mjs",
"check-types": "tsc --noEmit",
"clean": "rm -rf dist .turbo",
"dev": "npx tsup --watch",
"format": "eslint ./**/*.ts --fix",
"lint": "eslint ./**/*.ts",
"test": "jest --testMatch \"**/test/**/*.test.ts\""
"d//": "To parallelize types and code build output rollup recommends running multiple instances",
"dev": "concurrently --prefix=none \"rollup --config rollup.types.mjs --watch\" \"rollup --config rollup.dev.mjs --watch\"",
"format": "eslint src --fix",
"lint": "eslint src",
"test": "jest"
},

@@ -49,5 +40,16 @@ "dependencies": {

"devDependencies": {
"@privy-io/build-config": "*",
"@privy-io/eslint-config-custom": "*",
"@privy-io/tsconfig": "*",
"tsup": "^6.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-swc": "^0.4.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.10.0",
"@swc/plugin-styled-components": "^6.0.1",
"glob": "^10.3.12",
"rollup": "^4.28.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"typescript": "~5.5.3"

@@ -54,0 +56,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