Socket
Socket
Sign inDemoInstall

citibike

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

2

package.json

@@ -15,3 +15,3 @@ {

],
"version": "2.2.1",
"version": "2.2.2",
"author": "Kevin Coughlin <kevintcoughlin@gmail.com>",

@@ -18,0 +18,0 @@ "contributors": [

@@ -39,3 +39,3 @@ # Citibike [![Build Status](https://travis-ci.org/KevinTCoughlin/citibike.png)](https://travis-ci.org/KevinTCoughlin/citibike) [![Dependency Status](https://gemnasium.com/KevinTCoughlin/citibike.png)](https://gemnasium.com/KevinTCoughlin/citibike)

citibike.getStations(null, function(data) {
citibike.getStations({ updateOnly: true }, function(data) {
console.log(data);

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

@@ -51,3 +51,3 @@ /**

it('should successfully complete request with params', function (done) {
citibike.getStations({updateOnly: "true"}, function(data) {
citibike.getStations({updateOnly: true}, function(data) {
should.exist(data);

@@ -54,0 +54,0 @@ data.results.should.not.be.empty;

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc