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

@cycle-robot-drivers/screen

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.18 to 0.0.19

6

lib/cjs/SpeechbubbleAction.d.ts

@@ -30,2 +30,6 @@ import { DOMSource } from '@cycle/dom';

};
export declare function IsolatedSpeechbubbleAction(sources: any): any;
export declare function IsolatedSpeechbubbleAction(sources: any): {
DOM: any;
} & {
result: any;
};

@@ -29,2 +29,6 @@ export declare enum TwoSpeechbubblesType {

};
export declare function IsolatedTwoSpeechbubblesAction(sources: any): any;
export declare function IsolatedTwoSpeechbubblesAction(sources: any): {
DOM: any;
} & {
result: any;
};

@@ -30,2 +30,6 @@ import { DOMSource } from '@cycle/dom';

};
export declare function IsolatedSpeechbubbleAction(sources: any): any;
export declare function IsolatedSpeechbubbleAction(sources: any): {
DOM: any;
} & {
result: any;
};

@@ -29,2 +29,6 @@ export declare enum TwoSpeechbubblesType {

};
export declare function IsolatedTwoSpeechbubblesAction(sources: any): any;
export declare function IsolatedTwoSpeechbubblesAction(sources: any): {
DOM: any;
} & {
result: any;
};

10

package.json
{
"name": "@cycle-robot-drivers/screen",
"version": "0.0.18",
"description": "Cycle.js drivers and action components for a tablet robot face",
"version": "0.0.19",
"description": "",
"author": "Michael Jae-Yoon Chung",

@@ -14,5 +14,5 @@ "license": "MIT",

"@cycle-robot-drivers/action": "~0.0.0",
"@cycle/dom": "20.4.0",
"@cycle/isolate": "3.4.0",
"@cycle/run": "4.4.0",
"@cycle/dom": "22.0.0",
"@cycle/isolate": "4.1.0",
"@cycle/run": "5.1.0",
"xstream": "11.7.0"

@@ -19,0 +19,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