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

paidup-schedule-connect

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paidup-schedule-connect - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

12

machines/calculate-price.js

@@ -35,2 +35,12 @@ module.exports = {

},
type: {
example: 'bank',
description: 'Type of entity.',
required: false
},
capAmount: {
example: '456',
description: 'Amount limit for choose a kind of calculation.',
required: false
},
originalPrice : {

@@ -120,2 +130,4 @@ example : 200.23,

version: inputs.version,
type: inputs.type,
capAmount: inputs.capAmount,
originalPrice: inputs.originalPrice,

@@ -122,0 +134,0 @@ stripePercent: inputs.stripePercent,

2

package.json
{
"name": "paidup-schedule-connect",
"version": "2.4.0",
"version": "2.4.1",
"description": "Connector for PaidUp Microservice Schedule",

@@ -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