@privy-io/public-api
Advanced tools
Comparing version 1.0.1 to 1.1.0-beta-20230925233038
{ | ||
"name": "@privy-io/public-api", | ||
"version": "1.0.1", | ||
"version": "1.1.0-beta-20230925233038", | ||
"engines": { | ||
@@ -33,6 +33,8 @@ "npm": ">=8.0.0 <10.0.0", | ||
"main": { | ||
"isLibrary": true | ||
"isLibrary": true, | ||
"sourceMap": false | ||
}, | ||
"module": { | ||
"isLibrary": true | ||
"isLibrary": true, | ||
"sourceMap": false | ||
} | ||
@@ -42,3 +44,4 @@ }, | ||
"build": "npx parcel build", | ||
"clean": "rm -rf build", | ||
"clean": "rm -rf dist .turbo", | ||
"prepublishOnly": "npm run clean && npm run build", | ||
"dev": "npx parcel watch", | ||
@@ -49,3 +52,3 @@ "lint": "eslint ./**/*.ts && npx tsc --noEmit", | ||
"dependencies": { | ||
"@privy-io/api-base": "*", | ||
"@privy-io/api-base": "0.2.0-beta-20230925233038", | ||
"ethers": "^5.7.2", | ||
@@ -63,3 +66,6 @@ "libphonenumber-js": "^1.10.31" | ||
"README.md" | ||
] | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
235872
6
5227
1
2
+ Added@privy-io/api-base@0.2.0-beta-20230925233038(transitive)
- Removed@privy-io/api-base@1.4.1(transitive)