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.6 to 0.0.7

2

lib/fetch.js

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

success: function(col) {
_this.reset(col.models);
_this.reset(col.toJSON());
return options.success(_this);

@@ -57,0 +57,0 @@ },

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

@@ -5,0 +5,0 @@ "keywords": [

# artsy-backbone-mixins
A library of Backbone mixins that DRY up some common domain logic and Artsy API rabbit holes.
A library of Backbone mixins that DRY up some common domain logic and Artsy API rabbit holes. Used internally at Artsy, but maybe you'll find some useful patterns here.

@@ -72,3 +72,3 @@ Functions are namespaced by common sets of functionality such as "Markdown", "Image", or "Dimensions".

artist.dimensions(metric: 'cm', format: 'superscript') # 13 ½ x 24 ⅔ cm
artist.dimensions(format: 'decimal') # 13.5 x 24.33 cm
artist.dimensions(metric: 'cm', format: 'decimal') # 13.5 x 24.33 cm
````

@@ -75,0 +75,0 @@

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