New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backbone-for-react

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-for-react - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

index.js

@@ -8,3 +8,2 @@ 'use strict';

var Promise = require('promise-polyfill');
var $ = require('jquery');

@@ -387,3 +386,4 @@ var ReactBackbone = _.clone(OriginalBackbone);

options.data = paramify(params, true);
// ajax supports an object for data
options.data = params;
return oldCollection.prototype.fetch.call(this, options);

@@ -390,0 +390,0 @@ },

{
"name": "backbone-for-react",
"version": "0.1.1",
"version": "0.1.2",
"description": "An extension of Backbone that is better suited for use in React",

@@ -26,3 +26,2 @@ "main": "index.js",

"backbone": "^1.2.3",
"jquery": "^2.1.4",
"jsog": "^1.0.7",

@@ -29,0 +28,0 @@ "moment": "^2.10.6",

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