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

@javien/mikro-orm-redis-cache-adapter

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@javien/mikro-orm-redis-cache-adapter - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

20

package.json
{
"name": "@javien/mikro-orm-redis-cache-adapter",
"description": "mikro-orm redis cache adapter using v8 serialize",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",

@@ -37,16 +37,18 @@ "author": "Javien Lee <kraccoon@dimipay.io> (https://github.com/SnowMarble/)",

"bundle": "esbuild src/index.ts --bundle --platform=node --minify",
"bundle:cjs": "pnpm bundle --outfile=dist/index.cjs --format=cjs",
"bundle:esm": "pnpm bundle --outfile=dist/index.mjs --format=esm",
"bundle:cjs": "pnpm bundle --outfile=dist/index.cjs --packages=external --format=cjs",
"bundle:esm": "pnpm bundle --outfile=dist/index.mjs --packages=external --format=esm",
"emitDeclarations": "tsc --emitDeclarationOnly --outdir dist",
"build": "rm -rf dist && pnpm \"/^bundle:.+$/\" && pnpm emitDeclarations"
},
"dependencies": {
"fast-safe-stringify": "^2.1.1"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@changesets/cli": "^2.27.3",
"@mikro-orm/core": "^6.2.8",
"@types/node": "^20.12.12",
"esbuild": "^0.21.3",
"@mikro-orm/core": "^6.2.9",
"@types/node": "^20.14.11",
"esbuild": "^0.21.5",
"ioredis": "^5.4.1",
"type-fest": "^4.18.2",
"typescript": "^5.4.5"
"type-fest": "^4.22.0",
"typescript": "^5.5.3"
},

@@ -53,0 +55,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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