Comparing version 0.1.1 to 0.1.2
0.1.2 / 2014-04-09 | ||
================== | ||
* remove unused variable QueryString (@azbykov) | ||
0.1.1 / 2014-02-25 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -18,3 +18,2 @@ /**! | ||
var iconv = require('iconv-lite'); | ||
var QueryString = require('querystring'); | ||
var utility = require('utility'); | ||
@@ -38,4 +37,5 @@ | ||
for (var i = 0; i < buf.length; i++) { | ||
encodeStr += '%' + buf[i].toString('16').toUpperCase(); | ||
encodeStr += '%' + buf[i].toString('16'); | ||
} | ||
encodeStr = encodeStr.toUpperCase(); | ||
return encodeStr; | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "urlencode", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "encodeURIComponent with charset", | ||
@@ -17,19 +17,20 @@ "main": "index.js", | ||
"iconv-lite": "0.2.11", | ||
"utility": "0.1.10" | ||
"utility": "0.1.12" | ||
}, | ||
"devDependencies": { | ||
"contributors": "*", | ||
"autod": "*", | ||
"benchmark": "*", | ||
"blanket": "*", | ||
"contributors": "*", | ||
"coveralls": "*", | ||
"jshint": "*", | ||
"mocha": "*", | ||
"mocha-lcov-reporter": "*", | ||
"should": "3.1.2", | ||
"should": "3.3.0", | ||
"travis-cov": "*" | ||
}, | ||
"homepage": "https://github.com/fengmk2/urlencode", | ||
"homepage": "https://github.com/node-modules/urlencode", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/fengmk2/urlencode.git" | ||
"url": "git://github.com/node-modules/urlencode.git" | ||
}, | ||
@@ -36,0 +37,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
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
13738
10
10
+ Addedutility@0.1.12(transitive)
- Removedutility@0.1.10(transitive)
Updatedutility@0.1.12