Socket
Socket
Sign inDemoInstall

urllib

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urllib - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

1

lib/urllib.js

@@ -8,3 +8,2 @@ /**

var qs = require('querystring');
var Iconv = require('./iconv').Iconv;

@@ -11,0 +10,0 @@ var USER_AGENT = exports.USER_AGENT = 'node-urllib/1.0';

5

package.json
{
"name": "urllib",
"version": "0.2.2",
"version": "0.2.3",
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more. Like python's _urllib_ module.",

@@ -17,3 +17,2 @@ "keywords": ["urllib", "http", "urlopen"],

"dependencies": {
"iconv": ">=1.1.3"
},

@@ -23,3 +22,3 @@ "devDependencies": {

"mocha": ">=0.14.1",
"jscoverage" : "0.1.0"
"jscoverage" : "~0.1.0"
},

@@ -26,0 +25,0 @@ "engines": {

@@ -38,7 +38,8 @@ # urllib

project: urllib
commits: 13
files : 12
commits: 17
files : 9
authors:
12 fengmk2 92.3%
1 aleafs 7.7%
13 fengmk2 76.5%
3 Jackson Tian 17.6%
1 aleafs 5.9%
```
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