Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@clayui/provider

Package Overview
Dependencies
Maintainers
12
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/provider - npm Package Compare versions

Comparing version
3.160.0
to
3.161.0
+6
-0
lib/cjs/DataClient.js

@@ -37,2 +37,8 @@ "use strict";

}
remove(key) {
if (!key) {
return;
}
delete this.currentPromises[key];
}
update(key, value) {

@@ -39,0 +45,0 @@ if (!key) {

+1
-0

@@ -15,2 +15,3 @@ /**

read(key: string | null): any;
remove(key: string | null): void;
update(key: string | null, value: any): null | undefined;

@@ -17,0 +18,0 @@ isFetching(key: string | null): Error | Promise<any> | undefined;

@@ -14,2 +14,8 @@ import { LRUCache } from "./LRUCache";

}
remove(key) {
if (!key) {
return;
}
delete this.currentPromises[key];
}
update(key, value) {

@@ -16,0 +22,0 @@ if (!key) {

+3
-3

@@ -6,3 +6,3 @@ {

"dependencies": {
"@clayui/icon": "^3.160.0"
"@clayui/icon": "^3.161.0"
},

@@ -21,3 +21,3 @@ "description": "ClayProvider component in React",

"peerDependencies": {
"@clayui/css": "^3.160.0",
"@clayui/css": "^3.161.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",

@@ -34,3 +34,3 @@ "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"

},
"version": "3.160.0",
"version": "3.161.0",
"module": "lib/esm/index.js",

@@ -37,0 +37,0 @@ "exports": {