@privy-io/api-base
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"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 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 3 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
42158
18
239
15
4
2