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

egg-redis

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-redis - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

index.d.ts

6

History.md
2.2.0 / 2018-12-04
==================
**features**
* [[`f062dd5`](http://github.com/eggjs/egg-redis/commit/f062dd571ce17f569a65066a95f600e64b3d15c2)] - feat: support typescript (#23) (耐小心 <<qiqizjl@qq.com>>)
2.1.0 / 2018-11-28

@@ -3,0 +9,0 @@ ==================

7

package.json
{
"name": "egg-redis",
"version": "2.1.0",
"version": "2.2.0",
"description": "Redis plugin for egg",

@@ -9,2 +9,3 @@ "eggPlugin": {

"files": [
"index.d.ts",
"app.js",

@@ -15,2 +16,3 @@ "agent.js",

],
"types": "./index.d.ts",
"keywords": [

@@ -27,2 +29,5 @@ "egg",

"devDependencies": {
"@types/ioredis": "^4.0.1",
"@types/node": "^10.9.4",
"typescript": "^3.0.3",
"autod": "^3.0.1",

@@ -29,0 +34,0 @@ "egg": "^2.3.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