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

bot-action

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bot-action - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -21,3 +21,3 @@ const defaultActionBuilderState = {

const params = this.state.params;
const currentMaxOrder = Object.values(params).reduce((prev, cur) => Math.max(prev, cur.order), this.options.matchedParamOrderOffset);
const currentMaxOrder = Object.values(params).reduce((prev, cur) => Math.max(prev, cur.order), this.options.matchedParamOrderOffset - 1);
return currentMaxOrder + 1;

@@ -24,0 +24,0 @@ }

{
"name": "bot-action",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.js",

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