New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sequelize-transparent-cache-ioredis

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-transparent-cache-ioredis - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

package.json
{
"name": "sequelize-transparent-cache-ioredis",
"version": "1.0.1",
"version": "1.0.2",
"description": "ioredis adaptor for sequelize-transparent-cache",

@@ -12,2 +12,3 @@ "main": "IORedisAdaptor.js",

"plugin",
"adaptor",
"adapter"

@@ -17,3 +18,3 @@ ],

"type": "git",
"url": "https://github.com/SDSWanderer/sequelize-transparent-cache-ioredis.git"
"url": "https://github.com/DanielHreben/sequelize-transparent-cache-ioredis.git"
},

@@ -26,3 +27,3 @@ "author": {

"peerDependencies": {
"sequelize-transparent-cache": "^1.0.0",
"sequelize-transparent-cache": "^1.0.0 || ^1.1.0",
"ioredis": "^3.1.1"

@@ -29,0 +30,0 @@ },

@@ -20,14 +20,2 @@ # sequelize-transparent-cache-ioredis

const sequelizeCache = require('sequelize-transparent-cache')
const {classMethods, instanceMethods} = sequelizeCache(redisAdaptor)
const Sequelize = require('sequelize')
const sequelize = new Sequelize('database', 'user', 'password', {
host: 'localhost',
port: 3306,
define: {
classMethods,
instanceMethods
}
})
```

@@ -34,0 +22,0 @@

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