🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@blacklake-web/utils

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blacklake-web/utils - npm Package Compare versions

Comparing version
1.0.13-alpha.8
to
1.0.13-alpha.11
+1
-1
dist/index.d.ts

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

export * as LocalStorage from './localStroage';
export * from './localStroage';

@@ -246,2 +246,11 @@ import _ from 'lodash';

}
}], [{
key: "getInstance",
value: function getInstance() {
if (BlLocalStorage.instance === undefined) {
BlLocalStorage.instance = new BlLocalStorage();
}
return BlLocalStorage.instance;
}
}]);

@@ -252,9 +261,4 @@

var index = /*#__PURE__*/Object.freeze({
__proto__: null,
BlLocalStorage: BlLocalStorage,
get StorageLimitType () { return StorageLimitType; },
STORAGE_EXPIRED: STORAGE_EXPIRED
});
BlLocalStorage.instance = void 0;
export { index as LocalStorage };
export { BlLocalStorage, STORAGE_EXPIRED, StorageLimitType };

@@ -6,3 +6,5 @@ import { StorageLimitType, STORAGE_EXPIRED } from './constants';

userId?: number;
constructor();
private static instance;
private constructor();
static getInstance(): BlLocalStorage;
setBaseInfo: (userId?: number | undefined, orgId?: number | undefined) => void;

@@ -9,0 +11,0 @@ clearBaseInfo: () => void;

{
"name": "@blacklake-web/utils",
"version": "1.0.13-alpha.8",
"version": "1.0.13-alpha.11",
"description": "blackalke-web utils",

@@ -28,3 +28,3 @@ "author": "zx <zhaoxin@blacklake.cn>",

},
"gitHead": "9debdce897d58e907f8976538b02ebcde1bac6cb",
"gitHead": "aabb1cb5a5bb82572f2229503bc7f683a05a6b68",
"publishConfig": {

@@ -31,0 +31,0 @@ "access": "public"

@@ -1,4 +0,4 @@

# `utils`
# `@blacklake-web/utils`
> TODO: description
>

@@ -5,0 +5,0 @@ ## Usage