Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

ims

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ims

In Memory Store (IMS).

Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

ims NPM version NPM downloads Build Status

In Memory Store (IMS).

Install

$ npm install --save ims

Usage

const IMS = require('ims')

const store = new IMS({
  girls: ['toka', 'inori', 'saber'],
  best: {
    girl: 'alice'
  }
})

store.key('girls').last()
//=> saber

store.key('girls').append('rem')
//=> ['toka', 'inori', 'saber', 'rem']

store.get('best.girl')
//=> alice

API

Not finished...

License

MIT © EGOIST

Keywords

store

FAQs

Package last updated on 11 Jul 2016

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