New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

medusa-fulfillment-manual

Package Overview
Dependencies
Maintainers
2
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-fulfillment-manual - npm Package Compare versions

Comparing version 1.1.32-nxt.280 to 1.1.32-test.0

.turbo/turbo-test.log

9

CHANGELOG.md
# Change Log
## 1.1.32-test.0
### Patch Changes
- [#1962](https://github.com/medusajs/medusa/pull/1962) [`c97ccd3fb`](https://github.com/medusajs/medusa/commit/c97ccd3fb5dbe796b0e4fbf37def5bb6e8201557) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Convert FulfillmentService to TypeScript
- Updated dependencies [[`c97ccd3fb`](https://github.com/medusajs/medusa/commit/c97ccd3fb5dbe796b0e4fbf37def5bb6e8201557)]:
- medusa-interfaces@1.3.3-test.0
All notable changes to this project will be documented in this file.

@@ -4,0 +13,0 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

8

package.json
{
"name": "medusa-fulfillment-manual",
"version": "1.1.32-nxt.280+9d787c89",
"version": "1.1.32-test.0",
"description": "A manual fulfillment provider for Medusa",

@@ -32,3 +32,3 @@ "main": "index.js",

"peerDependencies": {
"medusa-interfaces": "1.x"
"medusa-interfaces": "1.3.3-test.0"
},

@@ -40,5 +40,5 @@ "dependencies": {

"express": "^4.17.1",
"medusa-core-utils": "^1.1.32-nxt.280+9d787c89"
"medusa-core-utils": "^1.1.31"
},
"gitHead": "9d787c8989acb6129c4a840f7b19250e2f53dc6b",
"gitHead": "7770046479c361f375842a8605b15e5d7bc24624",
"keywords": [

@@ -45,0 +45,0 @@ "medusa-plugin",

@@ -59,3 +59,3 @@ "use strict";

key: "validateFulfillmentData",
value: function validateFulfillmentData(data, cart) {
value: function validateFulfillmentData(_, data, cart) {
return data;

@@ -62,0 +62,0 @@ }

@@ -22,3 +22,3 @@ import { FulfillmentService } from "medusa-interfaces"

validateFulfillmentData(data, cart) {
validateFulfillmentData(_, data, cart) {
return data

@@ -25,0 +25,0 @@ }

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