Socket
Socket
Sign inDemoInstall

vgd

Package Overview
Dependencies
47
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -10,3 +10,3 @@ var request = require('request');

lookup: function(url, cb) {
request('http://v.gd/forward.php?shorturl=' + url, function (error, response, body) {
request('http://v.gd/forward.php?format=simple&shorturl=' + url, function (error, response, body) {
cb(body.split("\n")[0]);

@@ -13,0 +13,0 @@ });

{
"name": "vgd",
"version": "1.1.0",
"version": "1.1.1",
"description": "http://v.gd URL Shortener Node.js Module",

@@ -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