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

capsule

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capsule - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

capsule.js

@@ -617,5 +617,6 @@ (function(){

collectomatic: function (collection, ViewClass, options) {
var views = {};
var views = {}, self = this;
this.bindomatic(collection, 'add', function (model) {
views[model.cid] = new ViewClass(_({model: model}).extend(options));
views[model.cid].parent = self;
});

@@ -633,2 +634,3 @@ this.bindomatic(collection, 'remove', function (model) {

views[model.cid] = new ViewClass(_({model: model}).extend(options));
views[model.cid].parent = self;
});

@@ -643,2 +645,3 @@ }, {trigger: true});

views[model.cid] = new ViewClass(_({model: model}).extend(options));
views[model.cid].parent = self;
});

@@ -645,0 +648,0 @@ });

2

package.json
{
"name": "capsule",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/andyet/Capsule",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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