Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.