New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitly

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitly - npm Package Compare versions

Comparing version 6.0.1-beta.871 to 6.0.1-beta.882

12

global.d.ts

@@ -0,1 +1,13 @@

export interface BitlyClient {
info: (items: string | string[]) => Promise<BitlyResponseData>;
shorten: (longUrl: string) => Promise<BitlyResponseData>;
expand: (items: string | string[]) => Promise<BitlyResponseData>;
clicks: (items: string | string[]) => Promise<BitlyResponseData>;
clicksByMinute: (items: string | string[]) => Promise<BitlyResponseData>;
clicksByDay: (items: string | string[]) => Promise<BitlyResponseData>;
lookup: (url: string) => Promise<BitlyResponseData>;
referrers: (item: string) => Promise<BitlyResponseData>;
countries: (item: string) => Promise<BitlyResponseData>;
}
export interface BitlyConfig {

@@ -2,0 +14,0 @@ apiUrl?: string;

2

package.json

@@ -12,3 +12,3 @@ {

"homepage": "https://github.com/tanepiper/node-bitly",
"version": "6.0.1-beta.871",
"version": "6.0.1-beta.882",
"author": {

@@ -15,0 +15,0 @@ "name": "Tane Piper",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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