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.3 to 1.2.4

index.js

3

package.json

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

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

@@ -13,3 +13,2 @@ "contributors": [

],
"main": "./bitly",
"repository": {

@@ -16,0 +15,0 @@ "type": "git",

@@ -1,2 +0,2 @@

var Bitly = require('../bitly');
var Bitly = require('../');

@@ -8,2 +8,8 @@ var bitly_user = 'bitlynodejs';

module.exports = {
'test valid url': function(test) {
var bitly = new Bitly(bitly_user, bitly_key);
test.ok(true, bitly._urlCheck('http://tanepiper.com/test?q=test'));
test.done();
},
'shorten url': function(test) {

@@ -222,5 +228,5 @@ var bitly = new Bitly(bitly_user, bitly_key);

test.done();
})
});
}
}
};

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