Socket
Socket
Sign inDemoInstall

awesomplete

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

awesomplete.js

@@ -22,3 +22,3 @@ /**

this.input = $(input);
this.input.setAttribute("autocomplete", "awesomplete");
this.input.setAttribute("autocomplete", "off");
this.input.setAttribute("aria-owns", "awesomplete_list_" + this.count);

@@ -25,0 +25,0 @@ this.input.setAttribute("role", "combobox");

{
"name": "awesomplete",
"version": "1.1.3",
"version": "1.1.4",
"description": "http://leaverou.github.io/awesomplete/",

@@ -5,0 +5,0 @@ "main": "awesomplete.js",

@@ -13,3 +13,3 @@ describe("Html modifications", function () {

it("turns native autocompleter off", function () {
expect(this.subject.input.getAttribute("autocomplete")).toBe("awesomplete");
expect(this.subject.input.getAttribute("autocomplete")).toBe("off");
});

@@ -16,0 +16,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc