Socket
Socket
Sign inDemoInstall

artsy-backbone-mixins

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artsy-backbone-mixins - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

lib/dimensions.js

@@ -9,3 +9,3 @@ // Generated by CoffeeScript 1.6.3

dimensions: function(options) {
var dimensions;
var dimensions, _ref;
if (options == null) {

@@ -17,3 +17,3 @@ options = {};

}
dimensions = this.get('dimensions')[options.metric];
dimensions = (_ref = this.get('dimensions')) != null ? _ref[options.metric] : void 0;
dimensions = (function() {

@@ -20,0 +20,0 @@ switch (options.format) {

{
"name": "artsy-backbone-mixins",
"version": "0.0.5",
"version": "0.0.6",
"description": "A library of Backbone mixins that DRY up some common domain logic and Artsy API rabbit holes..",

@@ -22,3 +22,4 @@ "keywords": [

"test": "mocha",
"prepublish": "coffee -c lib"
"prepublish": "coffee -c lib",
"postpublish": "rm lib/*.js"
},

@@ -25,0 +26,0 @@ "dependencies": {

@@ -99,3 +99,3 @@ # artsy-backbone-mixins

* Remember to pass in the artsy url.
_Remember to pass in the artsy url._

@@ -102,0 +102,0 @@ ````coffeescript

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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