
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
backbone-data
Advanced tools
A simple data store for backbone models and collections inspired by Ember Data and angular-data.
A simple data store for Backbone models and collections inspired by Ember Data and angular-data.
DS.getAll('person'), DS.findAll('person')) and it will return or resolve with the same collection instance each time.UserProfile model. The data store can also manage it as a singleton so that you get the same UserProfile instance every time.API Documentation and Examples
Grab the minified or unminified file from the dist directory and include it on your page.
<script src="dist/backbone-ds.min.js"></script>
Or install through Bower
bower install backbone-data
Or install through NPM
npm install backbone-data
This library exposes a global variable called DS (Data Store) and it is also registers itself for AMD (Require.js).
Tests are using Mocha, Chai, and Sinon. Run tests with karma.
bower install
npm install
karma start
This will create the distribution files in the dist folder
gulp
FAQs
A simple data store for backbone models and collections inspired by Ember Data and angular-data.
The npm package backbone-data receives a total of 6 weekly downloads. As such, backbone-data popularity was classified as not popular.
We found that backbone-data demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.