Socket
Socket
Sign inDemoInstall

get-uri

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-uri - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

ftp.js

@@ -30,2 +30,3 @@

client.once('error', onerror);
client.once('ready', onready);

@@ -32,0 +33,0 @@ client.once('greeting', ongreeting);

2.0.1 / 2017-07-11
==================
* update dependencies
* fix "ftpd" causing the tests to fail
* drop old Node.js versions, test 6, 7 and 8
* ftp: add "error" event listener
2.0.0 / 2016-01-20

@@ -3,0 +11,0 @@ ==================

16

package.json
{
"name": "get-uri",
"version": "2.0.0",
"version": "2.0.1",
"description": "Returns a `stream.Readable` from a URI string",

@@ -33,15 +33,15 @@ "main": "index.js",

"devDependencies": {
"mocha": "2",
"stream-to-array": "1",
"ftpd": ">= 0.2.4 && < 1",
"st": ">= 0.2.3 && < 1"
"ftpd": "sstur/nodeftpd",
"mocha": "3",
"st": ">= 0.2.3 && < 1",
"stream-to-array": "2"
},
"dependencies": {
"data-uri-to-buffer": "0",
"ftp": "~0.3.5",
"data-uri-to-buffer": "1",
"ftp": "~0.3.10",
"debug": "2",
"extend": "3",
"file-uri-to-path": "0",
"file-uri-to-path": "1",
"readable-stream": "2"
}
}

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