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

flux-store-data

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flux-store-data

Manage your Flow Store Data

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

flux-store-data

This will hardly do anything.

npm install flux-store-data --save

Docs

var FluxStorData = require('flux-store-data');
var obj = new FluxStorData();

Methods

@param {Object} @returns obj.attributes obj.merge(object) This will merge an object into the attributes object

@param {String} Key @param {Any} Value @returns obj obj.set('key', value) This will set an new or existing propery in the attributes object

@param {String || Empty} Key @returns obj obj.get() or obj.get('thing')

@returns cloned obj obj.clone()

To test or contribute:

Clone the repo && cd flux-store-data

npm install
npm test

FAQs

Package last updated on 21 Nov 2014

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