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

ember-moment

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-moment - npm Package Versions

1
7

4.0.1

Diff

Changelog

Source

4.0.1

  • Removes two unused npm deps
jasonmit
published 4.0.0 •

Changelog

Source

4.0.0

  • Removes support for legacy helpers
  • Drops support for Ember < 1.13.0 (continue to use 3.x for < 1.13.0 support)
jasonmit
published 3.6.4 •

Changelog

Source

3.6.3-3.6.4

  • Ember version detection incorrectly reported
jasonmit
published 3.6.3 •

Changelog

Source

3.6.3-3.6.4

  • Ember version detection incorrectly reported
jasonmit
published 3.6.2 •

Changelog

Source

3.6.2

  • Warn on locale mismatch, silently ignore en locale since included by default in moment
jasonmit
published 3.6.1 •

Changelog

Source

3.6.1

  • Bugfix global output format
jasonmit
published 3.6.0 •

Changelog

Source

3.6.0

  • 2.0-beta + 2.0-canary supported again
  • test support for deprecated helpers
  • global allowEmpty configuration option
  • removes unused helper modules from builds (slimmer dists)
jasonmit
published 3.5.1 •

Changelog

Source

3.5.1

  • destroy interval timers on Helper destroy
  • work around issue with Ember.run.next blocking test helpers
jasonmit
published 3.5.0 •

Changelog

Source

3.5.0

  • Support for 2.0.0-beta and canary
  • Upgrades dependencies
jasonmit
published 3.4.0 •

Changelog

Source

3.4.0

  • Adds allow-empty argument to helpers to prevent Invalid Date to be rendered when passed an empty value (null, undefined, or "")
{{moment-format date allow-empty=true}}
  • Adds locale argument to helpers to locally scope locale format to specific helpers
{{moment-format date locale='es'}}
  • Adds a global output format string option to config/environment
module.exports = function() {
  return {
    moment: {
      outputFormat: 'L' // overrides the `LLLL` that moment defaults to
    }
  }
};
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