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

@medusajs/types

Package Overview
Dependencies
Maintainers
2
Versions
2812
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medusajs/types - npm Package Compare versions

Comparing version 1.8.5 to 1.8.6-next-20230516070326

2

dist/common/config-module.d.ts

@@ -0,1 +1,2 @@

import { RedisOptions } from "ioredis";
import { LoggerOptions } from "typeorm";

@@ -19,2 +20,3 @@ import { ExternalModuleDeclaration, InternalModuleDeclaration } from "../modules-sdk";

redis_url?: string;
redis_options?: RedisOptions;
session_options?: SessionOptions;

@@ -21,0 +23,0 @@ jwt_secret?: string;

4

package.json
{
"name": "@medusajs/types",
"version": "1.8.5",
"version": "1.8.6-next-20230516070326",
"description": "Medusa Types definition",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

"cross-env": "^5.2.1",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0",
"typeorm": "^0.3.16",
"typescript": "^4.4.4",

@@ -25,0 +25,0 @@ "winston": "^3.8.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