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.16 to 0.0.17

4

lib/cjs/makeTabletFaceDriver.js

@@ -14,3 +14,3 @@ "use strict";

if (elements === void 0) { elements = {}; }
if (eyeSize === void 0) { eyeSize = '33.33vh'; }
if (eyeSize === void 0) { eyeSize = '33.33vmin'; }
this._eyeSize = eyeSize;

@@ -223,3 +223,3 @@ this._blinkTimeoutID = null;

function makeTabletFaceDriver(_a) {
var _b = (_a === void 0 ? { styles: {} } : _a).styles, _c = _b.faceColor, faceColor = _c === void 0 ? 'whitesmoke' : _c, _d = _b.faceHeight, faceHeight = _d === void 0 ? '100vh' : _d, _e = _b.faceWidth, faceWidth = _e === void 0 ? '100vw' : _e, _f = _b.eyeColor, eyeColor = _f === void 0 ? 'black' : _f, _g = _b.eyeSize, eyeSize = _g === void 0 ? '33.33vh' : _g, _h = _b.eyelidColor, eyelidColor = _h === void 0 ? 'whitesmoke' : _h;
var _b = (_a === void 0 ? { styles: {} } : _a).styles, _c = _b.faceColor, faceColor = _c === void 0 ? 'whitesmoke' : _c, _d = _b.faceHeight, faceHeight = _d === void 0 ? '100vh' : _d, _e = _b.faceWidth, faceWidth = _e === void 0 ? '100vw' : _e, _f = _b.eyeColor, eyeColor = _f === void 0 ? 'black' : _f, _g = _b.eyeSize, eyeSize = _g === void 0 ? '33.33vmin' : _g, _h = _b.eyelidColor, eyelidColor = _h === void 0 ? 'whitesmoke' : _h;
var styles = {

@@ -226,0 +226,0 @@ face: {

@@ -9,3 +9,3 @@ import xs from 'xstream';

if (elements === void 0) { elements = {}; }
if (eyeSize === void 0) { eyeSize = '33.33vh'; }
if (eyeSize === void 0) { eyeSize = '33.33vmin'; }
this._eyeSize = eyeSize;

@@ -218,3 +218,3 @@ this._blinkTimeoutID = null;

export function makeTabletFaceDriver(_a) {
var _b = (_a === void 0 ? { styles: {} } : _a).styles, _c = _b.faceColor, faceColor = _c === void 0 ? 'whitesmoke' : _c, _d = _b.faceHeight, faceHeight = _d === void 0 ? '100vh' : _d, _e = _b.faceWidth, faceWidth = _e === void 0 ? '100vw' : _e, _f = _b.eyeColor, eyeColor = _f === void 0 ? 'black' : _f, _g = _b.eyeSize, eyeSize = _g === void 0 ? '33.33vh' : _g, _h = _b.eyelidColor, eyelidColor = _h === void 0 ? 'whitesmoke' : _h;
var _b = (_a === void 0 ? { styles: {} } : _a).styles, _c = _b.faceColor, faceColor = _c === void 0 ? 'whitesmoke' : _c, _d = _b.faceHeight, faceHeight = _d === void 0 ? '100vh' : _d, _e = _b.faceWidth, faceWidth = _e === void 0 ? '100vw' : _e, _f = _b.eyeColor, eyeColor = _f === void 0 ? 'black' : _f, _g = _b.eyeSize, eyeSize = _g === void 0 ? '33.33vmin' : _g, _h = _b.eyelidColor, eyelidColor = _h === void 0 ? 'whitesmoke' : _h;
var styles = {

@@ -221,0 +221,0 @@ face: {

{
"name": "@cycle-robot-drivers/screen",
"version": "0.0.16",
"version": "0.0.17",
"description": "",
"author": "Michael Jae-Yoon Chung",
"license": "MIT",
"bugs": "https://github.com/mjyc/cycle-robot-drivers/issues",
"repository": "https://github.com/mjyc/cycle-robot-drivers/tree/master/screen",
"main": "lib/cjs/index.js",

@@ -8,0 +10,0 @@ "module": "lib/es6/index.js",

@@ -19,3 +19,3 @@ import xs from 'xstream';

constructor(elements = {}, eyeSize = '33.33vh') {
constructor(elements = {}, eyeSize = '33.33vmin') {
this._eyeSize = eyeSize;

@@ -282,3 +282,3 @@ this._blinkTimeoutID = null;

eyeColor = 'black',
eyeSize = '33.33vh',
eyeSize = '33.33vmin',
eyelidColor = 'whitesmoke',

@@ -285,0 +285,0 @@ }

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