Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@type-cacheable/lru-cache-adapter

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@type-cacheable/lru-cache-adapter - npm Package Compare versions

Comparing version 8.0.1 to 8.0.3

20

package.json
{
"name": "@type-cacheable/lru-cache-adapter",
"version": "8.0.1",
"version": "8.0.3",
"description": "Adapter for using lru-cache with type-cacheable",
"main": "dist/index.js",
"module": "./index.ts",
"types": "dist/index.d.ts",

@@ -14,13 +13,2 @@ "files": [

},
"jest": {
"transform": {
"^.+\\.ts?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|ts?)$",
"moduleFileExtensions": [
"ts",
"js",
"node"
]
},
"scripts": {

@@ -31,3 +19,3 @@ "clean": "rm -rf ./dist",

"test:watch": "jest --watch --runInBand",
"build": "npm run clean && tsc",
"build": "npm run clean && tsc -p ./tsconfig.json",
"prepare": "npm run-script build",

@@ -61,5 +49,5 @@ "prepublishOnly": "npm run build"

"dependencies": {
"@type-cacheable/core": "^8.0.1"
"@type-cacheable/core": "^8.0.3"
},
"gitHead": "674e45366bd8ad253c6b227f0187a66efa0d4a3f"
"gitHead": "ee7333de7293e19b863215f27ded16a105c1ce26"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc