Socket
Socket
Sign inDemoInstall

link-shortener

Package Overview
Dependencies
3
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

5

index.js

@@ -12,2 +12,3 @@ module.exports.Shorten = async function(url) {

.then((response) => {
console.log("RESPONSE: " + response)
return response

@@ -17,3 +18,3 @@ })

result = content.data.url.shortLink
console.log(content.data.url.shortLink)
console.log("SHORT LINK:" + content.data.url.shortLink)
})

@@ -29,4 +30,4 @@ .catch((err) => {

}
return result
// return result
}

2

package.json
{
"name": "link-shortener",
"version": "1.1.1",
"version": "1.1.2",
"description": "A cuttly wrapper to shorten your url's",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc