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

backbone.stickit

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone.stickit - npm Package Compare versions

Comparing version 0.9.0 to 0.9.2

2

backbone.stickit.js

@@ -1,2 +0,2 @@

// Backbone.Stickit v0.9.0, MIT Licensed
// Backbone.Stickit v0.9.2, MIT Licensed
// Copyright (c) 2012-2015 The New York Times, CMS Group, Matthew DeLambo <delambo@gmail.com>

@@ -3,0 +3,0 @@

@@ -6,3 +6,3 @@ {

"main": ["./backbone.stickit.js"],
"version": "0.9.0",
"version": "0.9.2",
"license": "https://github.com/NYTimes/backbone.stickit/blob/master/LICENSE",

@@ -15,4 +15,4 @@ "keywords": ["backbone", "data-binding", "client", "browser"],

"dependencies": {
"backbone": "1.0.0 - 1.1.2",
"underscore": "1.4.4 - 1.6.0"
"backbone": ">= 1.0.0",
"underscore": ">= 1.4.4"
},

@@ -19,0 +19,0 @@ "devDependencies": {

{
"name": "backbone.stickit",
"description": "Model binding in Backbone style.",
"version": "0.9.0",
"version": "0.9.2",
"author": "Matthew DeLambo <delambo@gmail.com>",

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

@@ -1,2 +0,2 @@

[-> **Documentation for current/stable release: 0.9.0**](http://nytimes.github.com/backbone.stickit/)
[-> **Documentation for current/stable release: 0.9.2**](http://nytimes.github.com/backbone.stickit/)

@@ -13,3 +13,3 @@ **The following is documentation for the code in master/edge version...**

[download v0.9.0](http://nytimes.github.com/backbone.stickit/downloads/backbone.stickit_0.9.0.zip)
[download v0.9.2](http://nytimes.github.com/backbone.stickit/downloads/backbone.stickit_0.9.2.zip)

@@ -679,2 +679,5 @@ [download master/edge](https://raw.github.com/NYTimes/backbone.stickit/master/backbone.stickit.js)

#### 0.9.2
Bumped allowed underscore and Backbone versions.
#### 0.9.0

@@ -681,0 +684,0 @@ - **Breaking Change**: Classes are now treated separately from other attribute bindings. Use the new `classes` hash to bind element classes to your attributes.

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