livesqrd-sdk
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -8,3 +8,3 @@ var _ = require('underscore') | ||
this.token = token; | ||
this.options = _.default(options,{"apiVersion":"v1"}); | ||
this.options = _.defaults(options,{"apiVersion":"v1"}); | ||
return this; | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "livesqrd-sdk", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Live Sqrd Node sdk", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -21,2 +21,3 @@ # LiveSqrd SDK - lsq.io | ||
* Delete | ||
* Count | ||
@@ -111,2 +112,3 @@ Just specify the collection your calling then the data your passing | ||
* sort (object) | ||
* Select (object) | ||
@@ -113,0 +115,0 @@ Schemas |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30785
635