Socket
Socket
Sign inDemoInstall

backbone-thin

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

collection.js

@@ -40,3 +40,3 @@ // Backbone.js 1.1.2

// Define the Collection's inheritable methods.
extend(Collection.prototype, Events, {
_.extend(Collection.prototype, Events, {

@@ -43,0 +43,0 @@ // The default model for a collection is just a **Backbone.Model**.

@@ -36,3 +36,3 @@ // Backbone.js 1.1.2

// Attach all inheritable methods to the Model prototype.
extend(Model.prototype, Events, {
_.extend(Model.prototype, Events, {

@@ -39,0 +39,0 @@ // A hash of attributes whose current and previous value differ.

{
"name": "backbone-thin",
"version": "1.0.5",
"version": "1.0.6",
"description": "Only Backbone.Model and collection",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc