Socket
Socket
Sign inDemoInstall

immutable-model-view-key-by

Package Overview
Dependencies
165
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    immutable-model-view-key-by

Immutable Model View to collect records into object keyed by property value


Version published
Weekly downloads
134
increased by6600%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

immutable-model-view-key-by

Immutable Model View to collect records into object keyed by property value.

Native async/await

Immutable Model View Key By requires Node.js v7.6.0 or greater with native async/await support.

Creating a new keyBy Model View

const ModelViewKeyBy = require('immutable-model-view-key-by')

var fooModel = new ImmutableCoreModel({
    name: 'foo',
    views: {
        default: ModelViewKeyBy('foo')
    }
})

With ModelViewKeyBy('foo') set as the default view queries on fooModel will return an object keyed by the property foo instead of an array of records.

FAQs

Last updated on 18 Nov 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