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

@github/text-expander-element

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/text-expander-element - npm Package Compare versions

Comparing version 2.7.2 to 2.8.0

5

dist/bundle.js

@@ -806,2 +806,5 @@ const ctrlBindings = !!navigator.userAgent.match(/Macintosh/);

}
set keys(value) {
this.setAttribute('keys', value);
}
connectedCallback() {

@@ -834,2 +837,2 @@ const input = this.querySelector('input[type="text"], textarea');

export default TextExpanderElement;
export { TextExpanderElement as default };

@@ -636,2 +636,5 @@ import Combobox from '@github/combobox-nav';

}
set keys(value) {
this.setAttribute('keys', value);
}
connectedCallback() {

@@ -664,2 +667,2 @@ const input = this.querySelector('input[type="text"], textarea');

export default TextExpanderElement;
export { TextExpanderElement as default };

1

dist/text-expander-element.d.ts

@@ -7,2 +7,3 @@ type Key = {

get keys(): Key[];
set keys(value: string);
connectedCallback(): void;

@@ -9,0 +10,0 @@ disconnectedCallback(): void;

@@ -202,2 +202,5 @@ import Combobox from '@github/combobox-nav';

}
set keys(value) {
this.setAttribute('keys', value);
}
connectedCallback() {

@@ -204,0 +207,0 @@ const input = this.querySelector('input[type="text"], textarea');

{
"name": "@github/text-expander-element",
"version": "2.7.2",
"version": "2.8.0",
"description": "Activates a suggestion menu to expand text snippets as you type.",

@@ -5,0 +5,0 @@ "repository": "github/text-expander-element",

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