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 1.1.6 to 1.1.7

5

lib/cjs/SpeechbubbleAction.js

@@ -113,3 +113,6 @@ "use strict";

: inputValue.goal.type === SpeechbubbleType.IMAGE
? dom_1.img({ attrs: { src: inputValue.goal.value, width: "80%" } })
? dom_1.img({
attrs: { src: inputValue.goal.value },
style: styles.img
})
: "",

@@ -116,0 +119,0 @@ result: {

@@ -108,3 +108,6 @@ var __assign = (this && this.__assign) || function () {

: inputValue.goal.type === SpeechbubbleType.IMAGE
? img({ attrs: { src: inputValue.goal.value, width: "80%" } })
? img({
attrs: { src: inputValue.goal.value },
style: styles.img
})
: "",

@@ -111,0 +114,0 @@ result: {

2

package.json
{
"name": "@cycle-robot-drivers/screen",
"version": "1.1.6",
"version": "1.1.7",
"description": "Cycle.js drivers for rendering a robot face",

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

@@ -176,3 +176,6 @@ import xs from "xstream";

: inputValue.goal.type === SpeechbubbleType.IMAGE
? img({ attrs: { src: inputValue.goal.value, width: "80%" } })
? img({
attrs: { src: inputValue.goal.value },
style: styles.img
})
: "",

@@ -179,0 +182,0 @@ result: {

Sorry, the diff of this file is not supported yet

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