Socket
Socket
Sign inDemoInstall

bookman

Package Overview
Dependencies
124
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.1 to 3.3.2

2

dist/Database.d.ts

@@ -11,3 +11,3 @@ import { BaseAdapter } from "./adapters/BaseAdapter";

pop(name: string): Promise<any>;
shift(name: string): Promise<unknown[]>;
shift(name: string): Promise<any>;
unshift(name: string, value: unknown): Promise<any[]>;

@@ -14,0 +14,0 @@ add(name: string, value: number): Promise<number>;

{
"name": "bookman",
"version": "3.3.1",
"version": "3.3.2",
"main": "dist",

@@ -44,11 +44,11 @@ "repository": {

"@types/lodash.unset": "^4.5.6",
"@types/mongoose": "^5.10.3",
"@types/node": "^14.14.14",
"@types/mongoose": "^5.10.5",
"@types/node": "^15.3.0",
"@types/redis": "^2.8.28",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.16.0",
"prettier": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
"typescript": "^4.2.4"
},

@@ -61,4 +61,5 @@ "dependencies": {

"lodash.unset": "^4.5.2",
"mongoose": "^5.11.11"
"mongoose": "^5.12.9",
"redis": "^3.1.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc