Socket
Socket
Sign inDemoInstall

@medusajs/stock-location

Package Overview
Dependencies
Maintainers
2
Versions
596
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medusajs/stock-location - npm Package Compare versions

Comparing version 1.11.5 to 1.11.6-next-20240430121402

6

dist/models/stock-location-address.js

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

__decorate([
(0, utils_1.Searchable)(),
(0, typeorm_1.Column)({ type: "text" }),

@@ -43,2 +44,3 @@ __metadata("design:type", String)

__decorate([
(0, utils_1.Searchable)(),
(0, typeorm_1.Column)({ type: "text", nullable: true }),

@@ -48,2 +50,3 @@ __metadata("design:type", Object)

__decorate([
(0, utils_1.Searchable)(),
(0, typeorm_1.Column)({ type: "text", nullable: true }),

@@ -53,2 +56,3 @@ __metadata("design:type", Object)

__decorate([
(0, utils_1.Searchable)(),
(0, typeorm_1.Column)({ type: "text", nullable: true }),

@@ -67,2 +71,3 @@ __metadata("design:type", Object)

__decorate([
(0, utils_1.Searchable)(),
(0, typeorm_1.Column)({ type: "text", nullable: true }),

@@ -72,2 +77,3 @@ __metadata("design:type", Object)

__decorate([
(0, utils_1.Searchable)(),
(0, typeorm_1.Column)({ type: "text", nullable: true }),

@@ -74,0 +80,0 @@ __metadata("design:type", Object)

2

dist/models/stock-location.js

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

__decorate([
(0, utils_1.Searchable)(),
(0, typeorm_1.Column)({ type: "text" }),

@@ -49,2 +50,3 @@ __metadata("design:type", String)

__decorate([
(0, utils_1.Searchable)(),
(0, typeorm_1.ManyToOne)(() => stock_location_address_1.StockLocationAddress),

@@ -51,0 +53,0 @@ (0, typeorm_1.JoinColumn)({ name: "address_id" }),

8

package.json
{
"name": "@medusajs/stock-location",
"version": "1.11.5",
"version": "1.11.6-next-20240430121402",
"description": "Stock Location Module for Medusa",

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

"devDependencies": {
"@medusajs/types": "^1.11.12",
"@medusajs/types": "1.11.16-next-20240430121402",
"cross-env": "^5.2.1",

@@ -32,4 +32,4 @@ "jest": "^29.6.3",

"dependencies": {
"@medusajs/modules-sdk": "^1.12.8",
"@medusajs/utils": "^1.11.5",
"@medusajs/modules-sdk": "1.12.11-next-20240430121402",
"@medusajs/utils": "1.11.9-next-20240430121402",
"awilix": "^8.0.0",

@@ -36,0 +36,0 @@ "typeorm": "^0.3.16"

Sorry, the diff of this file is not supported yet

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