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

clickgo

Package Overview
Dependencies
Maintainers
0
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 3.15.29 to 3.15.30

2

dist/clickgo.js

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

exports.hasFrame = hasFrame;
const version = '3.15.29';
const version = '3.15.30';
function getVersion() {

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

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

*/
const version = '3.15.29';
const version = '3.15.30';
export function getVersion(): string {

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

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

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

@@ -28,3 +28,3 @@ # ClickGo

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

@@ -31,0 +31,0 @@

@@ -644,5 +644,12 @@ export * as control from '../dist/lib/control';

'select'?: (this: AbstractForm & { 'data': Record<string, any>; }, e: IFormDialogSelectEvent, button: string) => void;
'select'?: (this: AbstractForm & { 'data': Record<string, any>; }, e: IFormPromptSelectEvent, button: string) => void;
}
export interface IFormPromptSelectEvent extends ICustomEvent {
'detail': {
'button': string;
'value': string;
};
}
export interface IFormSetTopMostOptions {

@@ -649,0 +656,0 @@ /** --- 当前 taskId,App 模式下无效 --- */

Sorry, the diff of this file is too big to display

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