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

clickgo

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickgo - npm Package Compare versions

Comparing version

to
3.8.1

2

dist/clickgo.js

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

exports.zip = exports.tool = exports.theme = exports.task = exports.storage = exports.native = exports.fs = exports.form = exports.dom = exports.core = exports.control = exports.vue = exports.hasFrame = exports.isImmersion = exports.getPlatform = exports.isNative = exports.getVersion = void 0;
const version = '3.8.0';
const version = '3.8.1';
function getVersion() {

@@ -30,0 +30,0 @@ return version;

@@ -16,3 +16,3 @@ /**

*/
const version = '3.8.0';
const version = '3.8.1';
export function getVersion(): string {

@@ -19,0 +19,0 @@ return version;

@@ -502,2 +502,5 @@ "use strict";

const xhr = new XMLHttpRequest();
if (opt.credentials === false) {
xhr.withCredentials = false;
}
xhr.upload.onloadstart = function (e) {

@@ -504,0 +507,0 @@ var _a;

@@ -661,2 +661,5 @@ /**

const xhr = new XMLHttpRequest();
if (opt.credentials === false) {
xhr.withCredentials = false;
}
xhr.upload.onloadstart = function(e: ProgressEvent): void {

@@ -663,0 +666,0 @@ const r = opt.uploadStart?.(e.total);

{
"name": "clickgo",
"version": "3.8.0",
"version": "3.8.1",
"description": "Background interface, software interface, mobile phone APP interface operation library.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -31,3 +31,3 @@ # ClickGo

```html
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.0/dist/loader.min.js?path=index&npm={'clickgo':'3.8.0'}"></script>
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.0/dist/loader.min.js?path=index&npm={'clickgo':'3.8.1'}"></script>
```

@@ -34,0 +34,0 @@

@@ -494,2 +494,3 @@ export * as control from '../dist/lib/control';

export interface IRequestOptions {
'credentials'?: boolean;
'method'?: 'GET' | 'POST';

@@ -496,0 +497,0 @@ 'body'?: FormData;

Sorry, the diff of this file is not supported yet