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

ampersand-view

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-view - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

6

ampersand-view.js

@@ -6,3 +6,3 @@ var State = require('ampersand-state');

var _ = require('underscore');
//var events = require('events-mixin');
var events = require('events-mixin');
var matches = require('matches-selector');

@@ -57,3 +57,3 @@ var bindings = require('ampersand-dom-bindings');

model: 'state',
el: 'any',
el: 'element',
collection: 'collection'

@@ -155,3 +155,3 @@ },

if (this.eventManager) this.eventManager.unbind();
//this.eventManager = events(this.el, this);
this.eventManager = events(this.el, this);
this.delegateEvents();

@@ -158,0 +158,0 @@ this._applyBindingsForKey();

{
"name": "ampersand-view",
"description": "A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.",
"version": "6.0.2",
"version": "6.0.3",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -6,0 +6,0 @@ "browser": "./ampersand-view.js",

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