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

paidup-product-connect

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paidup-product-connect - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

machines/category-retrieve.js

@@ -148,3 +148,3 @@ module.exports = {

company: cat.entityId,
image: cat.mediaGallery.images[0].file,
image: '/api/v1/media/image/magento?file='+cat.mediaGallery.images[0].file,
isActive: cat.status == "1",

@@ -157,3 +157,3 @@ location: cat.location,

var prodJson = JSON.parse(prod.feeManagement);
prodJson.details.images.main = prod.mediaGallery.images[0].fullUrl;
prodJson.details.images.main = '/api/v1/media/image/magento?file='+prod.mediaGallery.images[0].file;
prodJson._id = prod.entityId;

@@ -160,0 +160,0 @@

{
"name": "paidup-product-connect",
"version": "0.5.1",
"version": "0.5.2",
"description": "Connector for PaidUp Microservice Product",

@@ -5,0 +5,0 @@ "scripts": {

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