Socket
Socket
Sign inDemoInstall

@activepieces/piece-math-helper

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/piece-math-helper - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

10

package.json
{
"name": "@activepieces/piece-math-helper",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {

@@ -11,6 +11,6 @@ "@sinclair/typebox": "0.26.8",

"nanoid": "3.3.6",
"semver": "7.5.4",
"@activepieces/pieces-framework": "0.7.15",
"@activepieces/shared": "0.10.68",
"tslib": "1.14.1"
"semver": "7.6.0",
"@activepieces/pieces-framework": "0.7.17",
"@activepieces/shared": "0.10.74",
"tslib": "2.6.1"
},

@@ -17,0 +17,0 @@ "main": "./src/index.js",

@@ -11,2 +11,10 @@ "use strict";

description: 'Add the first number and the second number',
errorHandlingOptions: {
continueOnFailure: {
hide: true,
},
retryOnFailure: {
hide: true,
},
},
props: {

@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({

@@ -11,2 +11,10 @@ "use strict";

description: 'Divide first number by the second number',
errorHandlingOptions: {
continueOnFailure: {
hide: true,
},
retryOnFailure: {
hide: true,
},
},
props: {

@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({

@@ -11,2 +11,10 @@ "use strict";

description: 'Generate random number between two numbers (inclusive)',
errorHandlingOptions: {
continueOnFailure: {
hide: true,
},
retryOnFailure: {
hide: true,
},
},
props: {

@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({

@@ -11,2 +11,10 @@ "use strict";

description: 'Get the remainder of the first number divided by second number',
errorHandlingOptions: {
continueOnFailure: {
hide: true,
},
retryOnFailure: {
hide: true,
},
},
props: {

@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({

@@ -11,2 +11,10 @@ "use strict";

description: 'Multiply first number by the second number',
errorHandlingOptions: {
continueOnFailure: {
hide: true,
},
retryOnFailure: {
hide: true,
},
},
props: {

@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({

@@ -11,2 +11,10 @@ "use strict";

description: 'Subtract the first number from the second number',
errorHandlingOptions: {
continueOnFailure: {
hide: true,
},
retryOnFailure: {
hide: true,
},
},
props: {

@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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