Socket
Socket
Sign inDemoInstall

@github/auto-complete-element

Package Overview
Dependencies
Maintainers
14
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/auto-complete-element - npm Package Compare versions

Comparing version 1.0.11 to 2.0.0

2

dist/index.esm.js

@@ -28,3 +28,3 @@ class AutocompleteEvent extends CustomEvent {

xhr.open('GET', url, true);
xhr.setRequestHeader('Accept', 'text/html; fragment, text/fragment+html');
xhr.setRequestHeader('Accept', 'text/fragment+html');
return request(el, xhr);

@@ -31,0 +31,0 @@ }

@@ -34,3 +34,3 @@ (function (global, factory) {

xhr.open('GET', url, true);
xhr.setRequestHeader('Accept', 'text/html; fragment, text/fragment+html');
xhr.setRequestHeader('Accept', 'text/fragment+html');
return request(el, xhr);

@@ -37,0 +37,0 @@ }

{
"name": "@github/auto-complete-element",
"version": "1.0.11",
"version": "2.0.0",
"description": "Auto-complete input values from server results",

@@ -5,0 +5,0 @@ "repository": "github/auto-complete-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