New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bb-collection-view

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bb-collection-view - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

54

package.json
{
"name": "bb-collection-view",
"version": "0.9.0",
"description": "A backbone view class that renders a collection of models. This class is similar to the collection view classes found in [Backbone.Marionette](https://github.com/marionettejs/backbone.marionette) and other frameworks, with added features for automatic selection of models in response to clicks, and support for rearranging models (and reordering the underlying collection) through drag and drop.",
"main": "dist/backbone.collectionView.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-compress": "~0.4.10"
},
"keywords" : [ "backbone", "collection", "view" ],
"style" : "base.css",
"scripts": {
"test": "open test/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/rotundasoftware/backbone.collectionView.git"
},
"author": {
"name" : "Rotunda Software"
},
"license": "MIT",
"readmeFilename": "README.md"
"name": "bb-collection-view",
"version": "0.9.1",
"description": "Easily render backbone.js collections with support for automatic selection of models in response to clicks, reordering models via drag and drop, and more.",
"main": "dist/backbone.collectionView.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-compress": "~0.4.10"
},
"keywords": [
"backbone",
"collection",
"view"
],
"style": "base.css",
"scripts": {
"test": "open test/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/rotundasoftware/backbone.collectionView.git"
},
"author": {
"name": "Rotunda Software"
},
"license": "MIT",
"readmeFilename": "README.md"
}
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