You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@fluentui-react-native/memo-cache

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui-react-native/memo-cache - npm Package Compare versions

Comparing version

to
1.3.10

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Wed, 23 Jul 2025 00:18:14 GMT",
"date": "Fri, 25 Jul 2025 21:32:26 GMT",
"version": "1.3.10",
"tag": "@fluentui-react-native/memo-cache_v1.3.10",
"comments": {
"patch": [
{
"author": "jasonmo@microsoft.com",
"package": "@fluentui-react-native/memo-cache",
"commit": "d541dadbec1c9a1750ca45509aa41df3f8a04349",
"comment": "tune lage.config and fix @types/node version"
}
]
}
},
{
"date": "Wed, 23 Jul 2025 00:22:13 GMT",
"version": "1.3.9",

@@ -8,0 +23,0 @@ "tag": "@fluentui-react-native/memo-cache_v1.3.9",

# Change Log - @fluentui-react-native/memo-cache
<!-- This log was last generated on Wed, 23 Jul 2025 00:18:14 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 25 Jul 2025 21:32:26 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.3.10
Fri, 25 Jul 2025 21:32:26 GMT
### Patches
- tune lage.config and fix @types/node version (jasonmo@microsoft.com)
## 1.3.9
Wed, 23 Jul 2025 00:18:14 GMT
Wed, 23 Jul 2025 00:22:13 GMT

@@ -11,0 +19,0 @@ ### Patches

6

package.json
{
"name": "@fluentui-react-native/memo-cache",
"version": "1.3.9",
"version": "1.3.10",
"description": "Layered memoization style cache helper",

@@ -36,3 +36,3 @@ "repository": {

"dependencies": {
"@fluentui-react-native/framework-base": "0.1.3"
"@fluentui-react-native/framework-base": "0.1.4"
},

@@ -43,5 +43,5 @@ "devDependencies": {

"@types/jest": "^29.0.0",
"@types/node": "^10.3.5",
"@types/node": "^22.0.0",
"tslib": "^2.3.1"
}
}