sequelize-simple-cache
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "sequelize-simple-cache", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A simple, transparent, client-side, in-memory cache for Sequelize", | ||
@@ -38,27 +38,28 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.22", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.11.6", | ||
"@types/validator": "^13.6.6", | ||
"@types/chai": "^4.3.1", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.0.1", | ||
"@types/validator": "^13.7.4", | ||
"ansi-regex": ">=5.0.1", | ||
"babel-eslint": "^10.1.0", | ||
"chai": "^4.3.4", | ||
"chai": "^4.3.6", | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^8.1.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-promise": "^5.1.1", | ||
"eslint": "^8.19.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-should-promised": "^2.0.0", | ||
"mocha": "^9.1.3", | ||
"json-schema": ">=0.4.0", | ||
"mocha": "^10.0.0", | ||
"nyc": "^15.1.0", | ||
"pg": "^8.7.1", | ||
"pg": "^8.7.3", | ||
"pg-promise": "^10.11.1", | ||
"sequelize": "^6.9.0", | ||
"sinon": "^12.0.0", | ||
"sequelize": "^6.21.2", | ||
"sinon": "^14.0.0", | ||
"sinon-chai": "^3.7.0", | ||
"sqlite3": "^5.0.2", | ||
"sqlite3": "^5.0.8", | ||
"tar": ">=3.2.3", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.4.4" | ||
"ts-node": "^10.8.2", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -65,0 +66,0 @@ "dependencies": { |
@@ -418,3 +418,5 @@ const sinon = require('sinon'); | ||
cache.init(model); | ||
await new Promise((resolve) => setTimeout(() => resolve(), 1200)); | ||
await new Promise((resolve) => { | ||
setTimeout(() => resolve(), 1200); | ||
}); | ||
clearInterval(cache.heart); | ||
@@ -421,0 +423,0 @@ expect(stubConsoleDebug.called).to.be.true; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52438
1026
26