Socket
Socket
Sign inDemoInstall

sapi

Package Overview
Dependencies
21
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

CHANGELOG.md

@@ -1,2 +0,5 @@

### 0.1.0-pre
### 0.1.1-pre
* Replace bagofholding with bagofrequest, underscore with lodash
### 0.1.0
* Update constructor signature, url and proxy are now optional

@@ -3,0 +6,0 @@

6

lib/sapi.js

@@ -1,3 +0,3 @@

var _ = require('underscore'),
bag = require('bagofholding'),
var _ = require('lodash'),
bag = require('bagofrequest'),
search = require('./endpoint/search'),

@@ -66,3 +66,3 @@ getByListingId = require('./endpoint/getbylistingid'),

bag.http.request('get', this.url + '/' + endpoint.path(this.params), this.opts, cb);
bag.request('get', this.url + '/' + endpoint.path(this.params), this.opts, cb);
};

@@ -69,0 +69,0 @@ });

@@ -11,3 +11,3 @@ {

],
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://github.com/cliffano/sapi",

@@ -32,4 +32,4 @@ "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",

"dependencies": {
"bagofholding": "0.1.2",
"underscore": "1.4.4"
"bagofrequest": "0.0.1",
"lodash": "1.2.1"
},

@@ -36,0 +36,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc