@litejs/ui
Advanced tools
Comparing version 21.0.0-rc.7 to 21.0.0-rc.8
@@ -152,5 +152,5 @@ | ||
// Miscellaneous -> Access data sources across domains -> Enable | ||
// - Use CloudFlare status "522 Connection Timed Out" for network error | ||
// - Use custom status code 1 for network error | ||
method = xhr.status || (xhr.responseText ? 200 : 522) // Reuse variable for status | ||
method = xhr.status || (xhr.responseText ? 200 : 1) | ||
if (next) next.call( | ||
@@ -157,0 +157,0 @@ xhr, |
{ | ||
"name": "@litejs/ui", | ||
"version": "21.0.0-rc.7", | ||
"version": "21.0.0-rc.8", | ||
"description": "UI engine for LiteJS full-stack framework", | ||
@@ -24,7 +24,2 @@ "license": "MIT", | ||
], | ||
"scripts": { | ||
"preinstall": "lj preinstall", | ||
"install": "lj install", | ||
"postinstall": "lj postinstall" | ||
}, | ||
"litejs": { | ||
@@ -31,0 +26,0 @@ "build": [ |
Sorry, the diff of this file is too big to display
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 3 instances in 1 package
0
174925