Socket
Socket
Sign inDemoInstall

ember-power-calendar

Package Overview
Dependencies
227
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.3 to 0.9.4

5

index.js

@@ -15,3 +15,6 @@ 'use strict';

const hasMetaAddon = addons => addons.hasOwnProperty('ember-power-calendar-moment') || addons.hasOwnProperty('ember-power-calendar-luxon');
const hasMetaAddon = addons => {
return Object.hasOwnProperty.call(addons, 'ember-power-calendar-moment') ||
Object.hasOwnProperty.call(addons, 'ember-power-calendar-luxon');
}

@@ -18,0 +21,0 @@ if (!hasMetaAddon(hostAppAddons) && !hasMetaAddon(parentAddons)) {

2

package.json
{
"name": "ember-power-calendar",
"version": "0.9.3",
"version": "0.9.4",
"description": "Powerful and customizable calendar component for Ember",

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

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