Socket
Socket
Sign inDemoInstall

trafficker

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trafficker - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

lib/collection.js

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

import { Collection } from 'backbone';
import $ from 'jquery';
import Backbone from 'backbone-sync-fetch';
Backbone.$ = $;
class TraffickerCollection extends Collection {
class TraffickerCollection extends Backbone.Collection {

@@ -5,0 +7,0 @@ constructor (args) {

// Them
import $ from 'jquery';
import Flux from 'flux';
import Backbone from 'backbone';
import Backbone from 'backbone-sync-fetch';
Backbone.$ = $;

@@ -6,0 +7,0 @@ // Us

{
"name": "trafficker",
"version": "0.0.6",
"version": "0.0.7",
"description": "Trafficker bridges the gap between Backbone Collections and React Components while attempting to maintain the principles of Flux architecture if you're into that kinda thing.",
"main": "lib/index.js",
"dependencies": {
"backbone": "^1.2.3",
"backbone-sync-fetch": "^0.1.1",
"flux": "^2.1.1",

@@ -9,0 +9,0 @@ "jquery": "^2.1.4",

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