New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@litejs/ui

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@litejs/ui - npm Package Compare versions

Comparing version 21.0.0-rc.7 to 21.0.0-rc.8

4

load.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc