Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@lylajs/web

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lylajs/web - npm Package Compare versions

Comparing version
2.1.2
to
2.1.4
+1
-1
es/adapter.js

@@ -25,3 +25,3 @@ // It's possible that the raw http response headers has multiple headers with

const xhr = new XMLHttpRequest();
xhr.open(method, url);
xhr.open(method, url, true);
xhr.withCredentials = withCredentials;

@@ -28,0 +28,0 @@ xhr.responseType = responseType;

@@ -28,3 +28,3 @@ "use strict";

const xhr = new XMLHttpRequest();
xhr.open(method, url);
xhr.open(method, url, true);
xhr.withCredentials = withCredentials;

@@ -31,0 +31,0 @@ xhr.responseType = responseType;

{
"name": "@lylajs/web",
"version": "2.1.2",
"version": "2.1.4",
"files": [

@@ -13,3 +13,3 @@ "es",

"dependencies": {
"@lylajs/core": "2.1.2"
"@lylajs/core": "2.1.4"
},

@@ -16,0 +16,0 @@ "devDependencies": {