sequelize-simple-cache
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
52392
1
25