@trivia-api/fetch
Advanced tools
Comparing version 1.23.0 to 1.24.0
{ | ||
"name": "@trivia-api/fetch", | ||
"version": "1.23.0", | ||
"version": "1.24.0", | ||
"description": "Functions to fetch data from The Trivia API.", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
], | ||
"main": "dist/src/index.js", | ||
"main": "dist/packages/fetch/src/index.js", | ||
"scripts": { | ||
@@ -42,3 +42,3 @@ "test": "jest", | ||
}, | ||
"types": "./dist/src/index.d.ts", | ||
"types": "./dist/packages/fetch/src/index.d.ts", | ||
"files": [ | ||
@@ -54,5 +54,4 @@ "dist" | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"@trivia-api/openapi": "*" | ||
"axios": "^0.27.2" | ||
} | ||
} |
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
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
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
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
100346
1
65
1657
1
- Removed@trivia-api/openapi@*