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

ember-basic-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-basic-dropdown - npm Package Compare versions

Comparing version 0.8.7 to 0.8.8

4

addon/components/basic-dropdown.js

@@ -106,3 +106,3 @@ import Ember from 'ember';

this.addGlobalEventsTimer = run.scheduleOnce('afterRender', this, this.addGlobalEvents);
this.repositionDropdownTimer = this.repositionDropdown();
this.repositionDropdownTimer = run.scheduleOnce('afterRender', this, this.repositionDropdown);
let onOpen = this.get('onOpen');

@@ -143,3 +143,3 @@ if (onOpen) { onOpen(this.get('publicAPI'), e); }

repositionDropdown() {
return run.scheduleOnce('afterRender', this, this._performReposition);
run.join(this, this._performReposition);
},

@@ -146,0 +146,0 @@

{
"name": "ember-basic-dropdown",
"version": "0.8.7",
"version": "0.8.8",
"description": "The default blueprint for ember-cli addons.",

@@ -5,0 +5,0 @@ "directories": {

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