Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

teeny-request

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teeny-request - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

3

build/src/index.js

@@ -63,2 +63,5 @@ "use strict";

reqOpts.url);
if (!uri) {
throw new Error('Missing uri or url in reqOpts.');
}
if (reqOpts.useQuerystring === true || typeof reqOpts.qs === 'object') {

@@ -65,0 +68,0 @@ // eslint-disable-next-line @typescript-eslint/no-var-requires

# Changelog
### [7.1.1](https://www.github.com/googleapis/teeny-request/compare/v7.1.0...v7.1.1) (2021-06-30)
### Bug Fixes
* throw error if missing uri or url ([#239](https://www.github.com/googleapis/teeny-request/issues/239)) ([4d770e3](https://www.github.com/googleapis/teeny-request/commit/4d770e3b89254c4cec30c422cdcdad257500c9cc))
## [7.1.0](https://www.github.com/googleapis/teeny-request/compare/v7.0.1...v7.1.0) (2021-05-19)

@@ -4,0 +11,0 @@

10

package.json
{
"name": "teeny-request",
"version": "7.1.0",
"version": "7.1.1",
"description": "Like request, but smaller.",

@@ -23,5 +23,3 @@ "main": "./build/src/index.js",

"system-test": "echo no system tests!",
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"precompile": "gts clean"
},

@@ -63,5 +61,3 @@ "files": [

"sinon": "^10.0.0",
"typescript": "^3.8.3",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"typescript": "^3.8.3"
},

@@ -68,0 +64,0 @@ "nyc": {

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