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.4 to 3.0.0

dist/data.d.ts

51

package.json
{
"name": "get-uri",
"version": "2.0.4",
"version": "3.0.0",
"description": "Returns a `stream.Readable` from a URI string",
"main": "index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "mocha --reporter spec"
"prebuild": "rimraf dist",
"build": "tsc",
"test": "mocha --reporter spec",
"test-lint": "eslint src --ext .js,.ts",
"prepublishOnly": "npm run build"
},

@@ -33,15 +41,32 @@ "repository": {

"devDependencies": {
"ftpd": "sstur/nodeftpd",
"mocha": "3",
"st": "^0.5.5",
"stream-to-array": "2"
"@types/debug": "4",
"@types/ftp": "^0.3.30",
"@types/node": "^12.12.11",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.1.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"ftpd": "https://ftpd.n8.io",
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"st": "^1.2.2",
"stream-to-array": "2",
"typescript": "^3.7.3"
},
"dependencies": {
"data-uri-to-buffer": "1",
"ftp": "~0.3.10",
"debug": "2",
"extend": "~3.0.2",
"file-uri-to-path": "1",
"readable-stream": "2"
"@types/fs-extra": "^8.0.1",
"data-uri-to-buffer": "3",
"debug": "4",
"file-uri-to-path": "2",
"fs-extra": "^8.1.0",
"ftp": "^0.3.10"
},
"engines": {
"node": ">= 6"
}
}
get-uri
=======
### Returns a `stream.Readable` from a URI string
[![Build Status](https://travis-ci.org/TooTallNate/node-get-uri.svg?branch=master)](https://travis-ci.org/TooTallNate/node-get-uri)
[![Build Status](https://github.com/TooTallNate/node-get-uri/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-get-uri/actions?workflow=Node+CI)

@@ -6,0 +6,0 @@ This high-level module accepts a URI string and returns a `Readable` stream

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