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

minitel-standalone

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minitel-standalone - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

4

dist/components/minitel.js

@@ -222,3 +222,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

this.focusedObj.focused = isInTree;
if (isInTree)
if (this.focusedObj.focused && this.focusedObj.disabled)
this.focusedObj.focused = false;
if (isInTree && !this.focusedObj.disabled)
return;

@@ -225,0 +227,0 @@ this.focusedObj = null;

{
"name": "minitel-standalone",
"version": "2.1.6",
"version": "2.1.7",
"description": "A standalone package for minitel components",

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

@@ -290,3 +290,4 @@ import { Duplex } from 'stream';

if (this.focusedObj.focused !== isInTree) this.focusedObj.focused = isInTree;
if (isInTree) return;
if (this.focusedObj.focused && this.focusedObj.disabled) this.focusedObj.focused = false;
if (isInTree && !this.focusedObj.disabled) return;
this.focusedObj = null;

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