@prisma/fetch-engine
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -53,2 +53,4 @@ "use strict"; | ||
function findLatestAlphaTag(objects) { | ||
// look for the darwin build, as it always finishes last | ||
objects = objects.filter(o => o.key.includes('darwin')); | ||
objects.sort((a, b) => { | ||
@@ -55,0 +57,0 @@ // sort beta to the complete end |
{ | ||
"name": "@prisma/fetch-engine", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
97860
98
1416
17
6