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.3 to 0.1.4

.npmignore

5

History.md

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

0.1.4 / 2012-11-21
==================
* Cleaned up dependencies, smaller install
0.1.3 / 2012-06-25

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

13

package.json
{
"name": "backbone-callbacks",
"version": "0.1.3",
"version": "0.1.4",
"main": "./backbone-callbacks.js",
"description": "Anonymous callback style interface for Backbone.js async methods",
"author": "Loren West <open_source@lorenwest.com>",
"author": {
"name": "Loren West",
"email": "open_source@lorenwest.com"
},
"homepage": "http://lorenwest.github.com/backbone-callbacks/",

@@ -15,6 +18,8 @@ "dependencies": {

},
"engines": {"node": ">0.4.x"},
"engines": {
"node": ">0.4.x"
},
"scripts": {
"test" : "grunt test"
"test": "grunt test"
}
}
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