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

@harvestr-api/models

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harvestr-api/models - npm Package Compare versions

Comparing version 4.10.21 to 4.10.27

6

lib/models/redis.d.ts

@@ -8,2 +8,8 @@ export interface RedisCacheServiceType {

} | undefined): void;
initAsync(config?: {
prefix: string;
port: number;
host: string;
defaultTTL: number;
} | undefined): Promise<void>;
setCache(key: string, value: any | string, options?: {

@@ -10,0 +16,0 @@ ttl?: number;

4

package.json
{
"name": "@harvestr-api/models",
"version": "4.10.21",
"version": "4.10.27",
"description": "> TODO: description",

@@ -28,3 +28,3 @@ "author": "valentinbe <valentinbe@hotmail.fr>",

},
"gitHead": "4ad44b6bee88112a2376ab84a9f58e97395d7899",
"gitHead": "9ce60e4333136294809b47e4804b32eb8d6b106a",
"devDependencies": {

@@ -31,0 +31,0 @@ "ts-loader": "6.2.2",

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