🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@paraview/lib

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paraview/lib - npm Package Compare versions

Comparing version
3.0.4
to
3.0.5
+1
-1
index.d.ts

@@ -9,3 +9,3 @@ import * as esso from './esso';

export * from './utils';
export declare const version = "3.0.4";
export declare const version = "3.0.5";
declare const _default: {

@@ -12,0 +12,0 @@ esso: typeof esso;

{
"name": "@paraview/lib",
"private": false,
"version": "3.0.4",
"version": "3.0.5",
"main": "./index.js",

@@ -18,3 +18,3 @@ "typings": "./src/index.d.ts",

"dependencies": {
"axios": "^0.25.0",
"axios": "^1.7.7",
"jquery": "^3.6.0",

@@ -21,0 +21,0 @@ "jsencrypt": "^3.3.2",

@@ -0,1 +1,6 @@

## 3.0.5
@paraview/lib@3.0.5 发布
升级axios^1.7.7
补充文档debounce,throttle文档
## 3.0.4

@@ -2,0 +7,0 @@ @paraview/lib@3.0.4 发布

@@ -11,3 +11,3 @@ export declare const IsMobile: (userAgent?: string) => boolean;

};
export declare const GetIEVersion: () => 10 | -1 | 8 | 6 | 7 | 9 | "edge" | 11;
export declare const GetIEVersion: () => 10 | 6 | -1 | 8 | 7 | 9 | "edge" | 11;
export declare const GetBrowserClass: () => string | undefined;

@@ -14,0 +14,0 @@ export declare const IsIE: () => boolean;

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