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
2955
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.6-snapshot-20230515205937 to 1.8.6

dist/tax/common.d.ts

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;

1

dist/index.d.ts

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

export * from "./admin";
export * from "./bundles";

@@ -3,0 +2,0 @@ export * from "./cache";

@@ -17,3 +17,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./admin"), exports);
__exportStar(require("./bundles"), exports);

@@ -20,0 +19,0 @@ __exportStar(require("./cache"), exports);

{
"name": "@medusajs/types",
"version": "1.8.6-snapshot-20230515205937",
"version": "1.8.6",
"description": "Medusa Types definition",

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

"cross-env": "^5.2.1",
"react-router-dom": "6.8.0",
"typeorm": "^0.3.16",

@@ -25,0 +24,0 @@ "typescript": "^4.4.4",

Sorry, the diff of this file is not supported yet

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