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

strava-v3

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strava-v3 - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

5

index.d.ts

@@ -158,4 +158,3 @@

declare const strava : Strava;
export = strava;
export as namespace strava;
declare const strava: Strava;
export default strava;

2

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

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

@@ -38,2 +38,12 @@

## Import syntax
Importing only the library:
```
import strava from 'strava-v3';
```
Importing both the library as well as interfaces:
```
import { default as strava, Strava } from 'strava-v3';
```
## Quick start

@@ -40,0 +50,0 @@

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