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

ember-cli-moment-shim

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-moment-shim

Brings moment and moment-timezone into your Ember applications

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21K
decreased by-19.16%
Maintainers
1
Weekly downloads
 
Created
Source

ember-cli-moment-shim

ES6 accessible module for momentjs within your Ember applications.

Usage

  • ember-cli < 0.2.3 ember install:addon ember-cli-moment-shim
  • ember-cli >= 0.2.3 ember install ember-cli-moment-shim
import moment from 'moment';

Moment Timezone

// config.environment.js
module.exports = function(environment) {
  var ENV = {
    moment: {
			// Options:
			// 'all' - all years, all timezones
			// '2010-2020' - 2010-2020, all timezones
			// 'none' - no data, just timezone API
      includeTimezone: 'all'
    }
  };

License

ember-cli-moment-shim shims is MIT Licensed.

Keywords

FAQs

Package last updated on 18 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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