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

ember-data-array-transform

Package Overview
Dependencies
Maintainers
16
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-data-array-transform

The default blueprint for ember-cli addons.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
16
Created
Source

ember-data-array-transform Build Status

==============================================================================

Converts attributes that are Arrays into JavaScript arrays. Yet another transform you shouldn't need, but do now and then.

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-data-array-transform

Usage

Now you can use the array transform in your models.

import DS from 'ember-data'

export default DS.Model.extend({
    myArrayAttribute: DS.attr('array'),
    // ...

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Keywords

FAQs

Package last updated on 28 Nov 2019

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