Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-flatpickr

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-flatpickr - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

21

index.js

@@ -8,5 +8,5 @@ /* eslint-disable */

let cssPath = 'themes/';
if(app.options && app.options.flatpickr && app.options.flatpickr.theme) {
if (app.options && app.options.flatpickr && app.options.flatpickr.theme) {
cssPath += app.options.flatpickr.theme;
}
}
else {

@@ -23,11 +23,10 @@ cssPath += 'dark';

flatpickr: function() {
if (!process.env.EMBER_CLI_FASTBOOT) {
return {
srcDir: 'dist',
import: [
'flatpickr.js',
this.theme
]
};
}
return {
enabled: !process.env.EMBER_CLI_FASTBOOT,
srcDir: 'dist',
import: [
'flatpickr.js',
this.theme
]
};
}

@@ -34,0 +33,0 @@ }

{
"name": "ember-flatpickr",
"version": "1.0.1",
"version": "1.0.2",
"description": "An Ember addon that wraps the date picker Flatpickr",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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