Socket
Socket
Sign inDemoInstall

ember-cli-moment-transform

Package Overview
Dependencies
221
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-cli-moment-transform

Moment.js Ember Data attribute transformers


Version published
Weekly downloads
258
increased by32.31%
Maintainers
2
Install size
15.8 MB
Created
Weekly downloads
 

Readme

Source

Ember-cli-moment-transform

moment.js attribute transformers for ember data Build Status Circle CI

Usage

  • ember install ember-cli-moment-transform

Use local browser timezone

foo: DS.attr('moment')

Use UTC instead of local browser timezone

foo: DS.attr('moment-utc')

Development

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Last updated on 20 Apr 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc