Socket
Socket
Sign inDemoInstall

strava-v3

Package Overview
Dependencies
52
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

index.d.ts

7

lib/httpClient.js

@@ -192,2 +192,9 @@ /* eslint camelcase: 0 */

})
.catch((e) => {
if (e.response && e.response.headers) {
limits = rateLimiting.updateRateLimits(e.response.headers)
}
return Promise.reject(e)
})
.asCallback(callback)

@@ -194,0 +201,0 @@ }

2

package.json
{
"name": "strava-v3",
"version": "2.0.3",
"version": "2.0.4",
"description": "Simple wrapper for strava v3 API",

@@ -5,0 +5,0 @@ "main": "index.js",

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