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.1 to 3.0.2

2

dist/index.d.ts

@@ -22,3 +22,3 @@ /// <reference types="node" />

declare function getUri(uri: string, opts: getUri.GetUriOptions, fn: getUri.GetUriCallback): void;
declare function getUri(uri: string, opts: getUri.GetUriOptions): Promise<Readable>;
declare function getUri(uri: string, opts?: getUri.GetUriOptions): Promise<Readable>;
declare namespace getUri {

@@ -25,0 +25,0 @@ interface GetUriOptions {

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

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

"eslint-plugin-react": "7.12.4",
"ftpd": "https://ftpd.n8.io",
"ftpd": "https://files-jg1s1zt9l.n8.io/ftpd-v0.2.14.tgz",
"mocha": "^6.2.2",

@@ -57,0 +57,0 @@ "rimraf": "^3.0.0",

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