New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@brightspace-ui-labs/autocomplete

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui-labs/autocomplete - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

6

autocomplete.js
import { PolymerElement } from '@polymer/polymer/polymer-element.js';
import { Debouncer } from '@polymer/polymer/lib/utils/debounce.js';
import 'd2l-dropdown/d2l-dropdown-content.js';
import 'd2l-dropdown/d2l-dropdown.js';
import '@brightspace-ui/core/components/colors/colors.js';
import '@brightspace-ui/core/components/dropdown/dropdown-content.js';
import '@brightspace-ui/core/components/dropdown/dropdown.js';
import { afterNextRender } from '@polymer/polymer/lib/utils/render-status.js';

@@ -343,3 +343,3 @@ import { timeOut } from '@polymer/polymer/lib/utils/async.js';

_onKeyDown(event) {
const { UP, DOWN, ENTER, ESCAPE, HOME, END} = this._keyCodes;
const { UP, DOWN, ENTER, ESCAPE, HOME, END } = this._keyCodes;
const { keyCode } = event;

@@ -346,0 +346,0 @@

@@ -31,16 +31,14 @@ {

"eslint": "^7",
"eslint-config-brightspace": "^0.9.0",
"eslint-config-brightspace": "^0.11.0",
"eslint-plugin-html": "^6",
"eslint-plugin-sort-class-members": "^1",
"frau-ci": "^1",
"polymer-cli": "^1",
"wct-browser-legacy": "^1"
},
"version": "2.0.2",
"version": "2.0.3",
"main": "autocomplete.js",
"dependencies": {
"@brightspace-ui/core": "^1",
"@polymer/polymer": "^3",
"d2l-dropdown": "BrightspaceUI/dropdown#semver:^7"
"@polymer/polymer": "^3"
}
}
# d2l-labs-autocomplete
[![NPM version](https://img.shields.io/npm/v/@brightspace-ui-labs/autocomplete.svg)](https://www.npmjs.org/package/@brightspace-ui-labs/autocomplete)
[![Dependabot badge](https://flat.badgen.net/dependabot/BrightspaceUILabs/autocomplete?icon=dependabot)](https://app.dependabot.com/)
[![Build status](https://travis-ci.com/brightspaceUILabs/autocomplete.svg?branch=master)](https://travis-ci.com/brightspaceUILabs/autocomplete)
![Build status](https://github.com/BrightspaceUILabs/autocomplete/workflows/CI/badge.svg)

@@ -124,2 +123,6 @@ > Note: this is a ["labs" component](https://github.com/BrightspaceUI/guide/wiki/Component-Tiers). While functional, these tasks are prerequisites to promotion to BrightspaceUI "official" status:

Include either `[increment major]`, `[increment minor]` or `[increment patch]` in your merge commit message to automatically increment the `package.json` version, create a tag, and trigger a deployment to NPM.
Releases use the [semantic-release](https://semantic-release.gitbook.io/) tooling and the [angular preset](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) for commit message syntax. Upon release, the version in `package.json` is updated, a tag and GitHub release is created and a new package will be deployed to NPM.
Commits prefixed with `feat` will trigger a minor release, while `fix` or `perf` will trigger a patch release. A commit containing `BREAKING CHANGE` will cause a major release to occur.
Other useful prefixes that will not trigger a release: `build`, `ci`, `docs`, `refactor`, `style` and `test`. More details in the [Angular Contribution Guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#type).
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