New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@epilot/automation-client

Package Overview
Dependencies
Maintainers
11
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/automation-client - npm Package Compare versions

Comparing version 0.7.8 to 0.7.9

.gitignore

6

dist/openapi.d.ts

@@ -97,2 +97,8 @@ /* eslint-disable */

entity_schema?: string;
/**
* Flag indicating whether the flow was created automatically
* example:
* true
*/
created_automatically?: boolean;
actions?: AnyAction[];

@@ -99,0 +105,0 @@ created_at?: string; // date-time

2

package.json
{
"name": "@epilot/automation-client",
"version": "0.7.8",
"version": "0.7.9",
"description": "API Client for epilot automation API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -97,2 +97,8 @@ /* eslint-disable */

entity_schema?: string;
/**
* Flag indicating whether the flow was created automatically
* example:
* true
*/
created_automatically?: boolean;
actions?: AnyAction[];

@@ -99,0 +105,0 @@ created_at?: string; // date-time

Sorry, the diff of this file is too big to display

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