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

@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.1 to 0.0.2

8

package.json
{
"name": "@activepieces/piece-math-helper",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"@sinclair/typebox": "0.26.8",
"axios": "^1.0.0",
"axios": "^1.6.3",
"dayjs": "1.11.9",

@@ -12,4 +12,4 @@ "is-base64": "1.1.0",

"semver": "7.5.4",
"@activepieces/pieces-framework": "0.7.1",
"@activepieces/shared": "0.10.4",
"@activepieces/pieces-framework": "0.7.15",
"@activepieces/shared": "0.10.68",
"tslib": "1.14.1"

@@ -16,0 +16,0 @@ },

@@ -5,8 +5,9 @@ "use strict";

const pieces_framework_1 = require("@activepieces/pieces-framework");
const shared_1 = require("@activepieces/shared");
const addition_1 = require("./lib/actions/addition");
const division_1 = require("./lib/actions/division");
const generateRandom_1 = require("./lib/actions/generateRandom");
const modulo_1 = require("./lib/actions/modulo");
const multiplication_1 = require("./lib/actions/multiplication");
const subtraction_1 = require("./lib/actions/subtraction");
const division_1 = require("./lib/actions/division");
const modulo_1 = require("./lib/actions/modulo");
const generateRandom_1 = require("./lib/actions/generateRandom");
const markdownDescription = `

@@ -21,2 +22,3 @@ Perform mathematical operations.

logoUrl: 'https://cdn.activepieces.com/pieces/math-helper.svg',
categories: [shared_1.PieceCategory.CORE],
authors: ['lisander-lopez'],

@@ -23,0 +25,0 @@ actions: [

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

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