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

ampersand-view

Package Overview
Dependencies
Maintainers
4
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 7.1.3 to 7.1.4

2

ampersand-view.js

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

if (this.el && this.el.parentNode) this.el.parentNode.removeChild(this.el);
_.chain(this._subviews).flatten().invoke('remove');
if (this._subviews) _.chain(this._subviews).flatten().invoke('remove');
this.stopListening();

@@ -141,0 +141,0 @@ // TODO: Not sure if this is actually necessary.

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

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

@@ -112,3 +112,3 @@ # ampersand-view

* All event handlers are delegated to the view's root el, meaning elements changed when the view is updated don't need to be unbound and rebound.
* All events handlers are cleanly remvoed when the view is [removed](#ampersand-view-remove).
* All events handlers are cleanly removed when the view is [removed](#ampersand-view-remove).

@@ -115,0 +115,0 @@ ```

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