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.5 to 7.1.6

2

ampersand-view.js

@@ -19,3 +19,3 @@ /*$AMPERSAND_VERSION*/

this.on('change:el', this._handleElementChange, this);
this._parsedBindings = bindings(this.bindings);
this._parsedBindings = bindings(this.bindings, this);
this._initializeBindings();

@@ -22,0 +22,0 @@ if (attrs.el && !this.autoRender) {

{
"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.5",
"version": "7.1.6",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -15,3 +15,3 @@ "browser": "./ampersand-view.js",

"ampersand-collection-view": "^1.0.0",
"ampersand-dom-bindings": "^3.0.0",
"ampersand-dom-bindings": "^3.3.3",
"ampersand-state": "^4.2.7",

@@ -18,0 +18,0 @@ "ampersand-version": "^1.0.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