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

backbone-callbacks

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-callbacks - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

1

grunt.js

@@ -37,2 +37,3 @@ // grunt.js (c) 2012 Loren West and other contributors

immed: true,
strict: false,
latedef: true,

@@ -39,0 +40,0 @@ newcap: true,

@@ -0,1 +1,6 @@

0.1.5 / 2013-10-04
==================
* Updated dependencies
0.1.4 / 2012-11-21

@@ -2,0 +7,0 @@ ==================

6

package.json
{
"name": "backbone-callbacks",
"version": "0.1.4",
"version": "0.1.5",
"main": "./backbone-callbacks.js",

@@ -12,4 +12,4 @@ "description": "Anonymous callback style interface for Backbone.js async methods",

"dependencies": {
"underscore": "1.3.x",
"backbone": "0.9.x"
"underscore": ">=1.4.4 < 1.5.0",
"backbone": ">=0.9.2 < 0.10.0"
},

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

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