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 3.0.0 to 3.0.1

2

dist/ftp.js

@@ -15,6 +15,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const once_1 = __importDefault(require("@tootallnate/once"));
const ftp_1 = __importDefault(require("ftp"));
const path_1 = require("path");
const debug_1 = __importDefault(require("debug"));
const once_1 = __importDefault(require("./once"));
const notfound_1 = __importDefault(require("./notfound"));

@@ -21,0 +21,0 @@ const notmodified_1 = __importDefault(require("./notmodified"));

@@ -17,5 +17,5 @@ "use strict";

const https_1 = __importDefault(require("https"));
const once_1 = __importDefault(require("@tootallnate/once"));
const debug_1 = __importDefault(require("debug"));
const url_1 = require("url");
const once_1 = __importDefault(require("./once"));
const http_error_1 = __importDefault(require("./http-error"));

@@ -22,0 +22,0 @@ const notfound_1 = __importDefault(require("./notfound"));

{
"name": "get-uri",
"version": "3.0.0",
"version": "3.0.1",
"description": "Returns a `stream.Readable` from a URI string",

@@ -42,2 +42,3 @@ "main": "./dist/index.js",

"@types/debug": "4",
"@types/fs-extra": "^8.0.1",
"@types/ftp": "^0.3.30",

@@ -62,3 +63,3 @@ "@types/node": "^12.12.11",

"dependencies": {
"@types/fs-extra": "^8.0.1",
"@tootallnate/once": "1",
"data-uri-to-buffer": "3",

@@ -65,0 +66,0 @@ "debug": "4",

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