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

@activepieces/pieces-framework

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/pieces-framework - npm Package Compare versions

Comparing version 0.7.30 to 0.7.31

4

package.json
{
"name": "@activepieces/pieces-framework",
"version": "0.7.30",
"version": "0.7.31",
"type": "commonjs",

@@ -13,3 +13,3 @@ "dependencies": {

"semver": "7.6.0",
"@activepieces/shared": "0.10.104",
"@activepieces/shared": "0.10.105",
"tslib": "1.14.1"

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

@@ -249,3 +249,3 @@ "use strict";

fn: (property, processedValue, userInput) => {
if ((0, lodash_1.isInteger)(processedValue)) {
if (!(0, lodash_1.isInteger)(processedValue)) {
return (0, utils_1.formatErrorMessage)(errors_1.ErrorMessages.WHOLE_NUMBER, { userInput });

@@ -252,0 +252,0 @@ }

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