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

myhonda-sdk

Package Overview
Dependencies
Maintainers
0
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myhonda-sdk - npm Package Compare versions

Comparing version 0.5.29 to 0.5.30

2

dist/microservice/microservice.constant.d.ts

@@ -90,2 +90,4 @@ export declare const MICROSERVICE_PATTERN: {

UPDATE_PRODUCT_BUYER: string;
GET_TRANSACTION_BY_ID: string;
UPDATE_TRANSACTION_BY_ID: string;
};

@@ -92,0 +94,0 @@ };

@@ -93,2 +93,4 @@ "use strict";

UPDATE_PRODUCT_BUYER: 'update-product-buyer',
GET_TRANSACTION_BY_ID: 'marketplace-get-transaction-by-id',
UPDATE_TRANSACTION_BY_ID: 'marketplace-update-transaction-by-id',
},

@@ -95,0 +97,0 @@ };

2

package.json
{
"name": "myhonda-sdk",
"version": "0.5.29",
"version": "0.5.30",
"description": "A NestJS SDK for building Honda-related applications, providing modules for authentication and content management.",

@@ -5,0 +5,0 @@ "author": "Dendy Swarandanu",

@@ -96,2 +96,4 @@ export const MICROSERVICE_PATTERN = {

UPDATE_PRODUCT_BUYER: 'update-product-buyer',
GET_TRANSACTION_BY_ID: 'marketplace-get-transaction-by-id',
UPDATE_TRANSACTION_BY_ID: 'marketplace-update-transaction-by-id',
},

@@ -98,0 +100,0 @@ };

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