Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.2.1 to 1.2.2

2

bitly.js

@@ -56,3 +56,3 @@ /**

// HACK: Fixes the redirection issue in node 0.4.x
if (!result.path) { results.path = result.pathname + result.search; }
if (!result.path) { result.path = result.pathname + result.search; }

@@ -59,0 +59,0 @@ return result;

@@ -5,3 +5,3 @@ {

"tags": ["url", "bitly", "shortner", "util"],
"version": "1.2.1",
"version": "1.2.2",
"author": "Tane Piper <piper.tane@gmail.com>",

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

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