Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

livesqrd-sdk

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livesqrd-sdk - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

lib/index.js

@@ -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

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