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

@cycle-robot-drivers/action

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle-robot-drivers/action - npm Package Compare versions

Comparing version 0.0.14 to 0.0.16

2

lib/cjs/types.d.ts

@@ -24,3 +24,3 @@ export declare type GoalID = {

export interface ActionSinks {
output: any;
feedback?: any;
status?: any;

@@ -27,0 +27,0 @@ result: any;

@@ -24,3 +24,3 @@ export declare type GoalID = {

export interface ActionSinks {
output: any;
feedback?: any;
status?: any;

@@ -27,0 +27,0 @@ result: any;

{
"name": "@cycle-robot-drivers/action",
"version": "0.0.14",
"version": "0.0.16",
"description": "",

@@ -5,0 +5,0 @@ "author": "Michael Jae-Yoon Chung",

@@ -30,4 +30,4 @@ export type GoalID = {

export interface ActionSinks {
output: any,
status?: any, // TODO: remove after refactoring AudioPlayerAction & FacialExpressionAction
feedback?: any,
status?: any, // NOTE: plan to remove after refactoring AudioPlayerAction and FacialExpressionAction
result: any,

@@ -34,0 +34,0 @@ };

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