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

sequelize-simple-cache

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-simple-cache - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

29

package.json
{
"name": "sequelize-simple-cache",
"version": "1.3.2",
"version": "1.3.3",
"description": "A simple, transparent, client-side, in-memory cache for Sequelize",

@@ -32,3 +32,3 @@ "main": "src/index.js",

"engines": {
"node": ">=10.x.x"
"node": ">=12.x.x"
},

@@ -39,6 +39,7 @@ "peerDependencies": {

"devDependencies": {
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.6",
"@types/validator": "^13.6.3",
"@types/node": "^16.11.6",
"@types/validator": "^13.6.6",
"ansi-regex": ">=5.0.1",
"babel-eslint": "^10.1.0",

@@ -48,18 +49,18 @@ "chai": "^4.3.4",

"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint": "^8.1.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-should-promised": "^2.0.0",
"mocha": "^9.1.1",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"pg": "^8.7.1",
"pg-promise": "^10.11.0",
"sequelize": "^6.6.5",
"sinon": "^11.1.2",
"pg-promise": "^10.11.1",
"sequelize": "^6.9.0",
"sinon": "^12.0.0",
"sinon-chai": "^3.7.0",
"sqlite3": "^5.0.2",
"tar": ">=3.2.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},

@@ -66,0 +67,0 @@ "dependencies": {

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