Comparing version 1.2.3 to 1.2.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20171
514
1
2