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.0 to 1.3.2

.github/workflows/main.yml

43

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

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

"type": "git",
"url": "git://github.com/frankthelen/sequelize-simple-cache"
"url": "git://github.com/funny-bytes/sequelize-simple-cache"
},

@@ -29,3 +29,3 @@ "keywords": [

"test:typescript": "mocha -r ts-node/register test/typescript/**/*.spec.ts",
"coveralls": "nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls",
"coverage": "nyc report --reporter=lcovonly",
"preversion": "npm run lint && npm run test:unit && npm run test:integration && npm run test:typescript"

@@ -40,25 +40,26 @@ },

"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.20",
"@types/validator": "^13.1.2",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.6",
"@types/validator": "^13.6.3",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"eslint": "^7.17.0",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-should-promised": "^2.0.0",
"mocha": "^8.2.1",
"mocha": "^9.1.1",
"nyc": "^15.1.0",
"pg": "^8.5.1",
"pg-promise": "^10.8.7",
"sequelize": "^6.3.5",
"sinon": "^9.2.3",
"sinon-chai": "^3.5.0",
"sqlite3": "^5.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"pg": "^8.7.1",
"pg-promise": "^10.11.0",
"sequelize": "^6.6.5",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"sqlite3": "^5.0.2",
"tar": ">=3.2.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},

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

@@ -8,6 +8,6 @@ # sequelize-simple-cache

[![Build Status](https://travis-ci.org/frankthelen/sequelize-simple-cache.svg?branch=master)](https://travis-ci.org/frankthelen/sequelize-simple-cache)
[![Coverage Status](https://coveralls.io/repos/github/frankthelen/sequelize-simple-cache/badge.svg?branch=master)](https://coveralls.io/github/frankthelen/sequelize-simple-cache?branch=master)
[![Dependencies Status](https://david-dm.org/frankthelen/sequelize-simple-cache.svg)](https://david-dm.org/frankthelen/sequelize-simple-cache)
[![Maintainability](https://api.codeclimate.com/v1/badges/c8bdb1fc29ef12070cac/maintainability)](https://codeclimate.com/github/frankthelen/sequelize-simple-cache/maintainability)
![main workflow](https://github.com/funny-bytes/sequelize-simple-cache/actions/workflows/main.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/funny-bytes/sequelize-simple-cache/badge.svg?branch=master)](https://coveralls.io/github/funny-bytes/sequelize-simple-cache?branch=master)
[![Dependencies Status](https://david-dm.org/funny-bytes/sequelize-simple-cache.svg)](https://david-dm.org/funny-bytes/sequelize-simple-cache)
[![Maintainability](https://api.codeclimate.com/v1/badges/c8bdb1fc29ef12070cac/maintainability)](https://codeclimate.com/github/funny-bytes/sequelize-simple-cache/maintainability)
[![node](https://img.shields.io/node/v/sequelize-simple-cache.svg)]()

@@ -14,0 +14,0 @@ [![code style](https://img.shields.io/badge/code_style-airbnb-brightgreen.svg)](https://github.com/airbnb/javascript)

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