Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@formatjs/fast-memoize

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/fast-memoize - npm Package Compare versions

Comparing version
2.2.6
to
2.2.7
+13
-18
package.json
{
"name": "@formatjs/fast-memoize",
"version": "2.2.6",
"description": "fork of fast-memoize and support esm",
"main": "index.js",
"module": "lib/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
"version": "2.2.7",
"license": "MIT",
"author": "Long Ho <holevietlong@gmail.com>",
"dependencies": {
"tslib": "^2.8.0"
},
"bugs": "https://github.com/formatjs/formatjs/issues",
"homepage": "https://github.com/formatjs/formatjs#readme",
"keywords": [
"fast-memoize",
"i18n",
"intl",
"fast-memoize",
"memoize",
"i18n"
"memoize"
],
"author": "Long Ho <holevietlong@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"tslib": "2"
}
"main": "index.js",
"module": "lib/index.js",
"repository": "formatjs/formatjs.git"
}