Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

urlencode

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urlencode - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

History.md
0.1.2 / 2014-04-09
==================
* remove unused variable QueryString (@azbykov)
0.1.1 / 2014-02-25

@@ -3,0 +8,0 @@ ==================

4

lib/urlencode.js

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

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