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

temple-backbone

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temple-backbone - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

8

lib/backbone.js

@@ -70,3 +70,3 @@ (function ( global, factory ) {

match: function(target) {
return target instanceof Backbone.Model;
return isModel(target);
},

@@ -147,3 +147,3 @@ get: function(target, path) {

var deps = obj._deps = { length: new Temple.Dependency() };
var onChange;

@@ -219,3 +219,3 @@ var model_cache = obj.map(function(m) { return m.cid; });

if (options == null || options.depend !== false) mainDep.depend();
return toJSON.apply(this, arguments);

@@ -238,2 +238,2 @@ }

}));
}));
{
"name": "temple-backbone",
"description": "Adds Backbone specific handlers to Temple Mustache.",
"version": "1.2.1",
"version": "1.2.2",
"author": "Beneath the Ink <info@beneaththeink.com>",

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

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