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.7 to 2.2.0

2

package.json
{
"name": "minitel-standalone",
"version": "2.1.7",
"version": "2.2.0",
"description": "A standalone package for minitel components",

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

@@ -228,2 +228,5 @@ import { EventEmitter } from 'node:events';

}
get disabled(): boolean {
return this.attributes.disabled || this.parent?.disabled || false;
}
}

@@ -39,5 +39,2 @@ import { FocusableAttributes as FocusableIfaceAttributes, Focusable as FocusableIface } from '../abstract/focusable.js';

}
get disabled() {
return this.attributes.disabled || false;
}
}

@@ -241,5 +241,2 @@ import { Focusable, FocusableAttributes } from '../abstract/focusable.js';

}
get disabled() {
return this.attributes.disabled || false;
}
}

@@ -246,0 +243,0 @@

@@ -307,5 +307,2 @@ import { Focusable } from '../abstract/focusable.js';

}
get disabled() {
return this.attributes.disabled || false;
}
}

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