Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
fs.collections
Advanced tools
fs.collections
is an Angular-ish version of Backbone's Models and Collections
which we rely heavily on at Fullscreen
In your Angular project, run bower install --save fs.collections
to save the
module. Then, in your HTML, add:
<script src="/path/to/bower_components/fs.collections/index.js"></script>
And lastly, in your Angular module, include fs.collections
as a dependency:
angular.module('my-app', ['fs.collections')
To get your dev environment up and running, run npm install
and bower install
to get the components we need.
Tests are run with npm run test
and you can build the minified source with
npm run build
FAQs
Backbone style models and collections for AngularJS
The npm package fs.collections receives a total of 1 weekly downloads. As such, fs.collections popularity was classified as not popular.
We found that fs.collections 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.