Socket
Socket
Sign inDemoInstall

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 8.0.0 to 8.0.1

1

build/src/agents.d.ts

@@ -18,2 +18,3 @@ /**

/// <reference types="node" />
/// <reference types="node" />
import { Agent as HTTPAgent } from 'http';

@@ -20,0 +21,0 @@ import { Agent as HTTPSAgent } from 'https';

@@ -18,2 +18,4 @@ /**

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import { Agent, AgentOptions as HttpsAgentOptions } from 'https';

@@ -20,0 +22,0 @@ import { AgentOptions as HttpAgentOptions } from 'http';

# Changelog
## [8.0.1](https://github.com/googleapis/teeny-request/compare/v8.0.0...v8.0.1) (2022-08-23)
### Bug Fixes
* remove pip install statements ([#1546](https://github.com/googleapis/teeny-request/issues/1546)) ([#290](https://github.com/googleapis/teeny-request/issues/290)) ([94e7a86](https://github.com/googleapis/teeny-request/commit/94e7a86f13ab380399049e110c648cd381fb1e00))
## [8.0.0](https://github.com/googleapis/teeny-request/compare/v7.2.0...v8.0.0) (2022-05-09)

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

4

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

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

"gts": "^3.1.0",
"linkinator": "^2.0.0",
"linkinator": "^4.0.0",
"mocha": "^10.0.0",

@@ -59,0 +59,0 @@ "nock": "^13.0.0",

@@ -54,3 +54,3 @@ [![Build Status](https://travis-ci.org/googleapis/teeny-request.svg?branch=master)](https://travis-ci.org/googleapis/teeny-request)

* An error when applicable (usually from http.ClientRequest object)
* An response object with statusCode, a statusMessage, and a body
* A response object with statusCode, a statusMessage, and a body
* The third is the response body (JSON object)

@@ -88,3 +88,3 @@

## Motivation
`request` has a ton of options and features and is accordingly large. Requiering a module incurs load and parse time. For
`request` has a ton of options and features and is accordingly large. Requiring a module incurs load and parse time. For
`request`, that is around 600ms.

@@ -94,5 +94,5 @@

`teeny-request` doesn't have any of the bells and whistles that `request` has, but is so much faster to load. If startup time is an issue and you don't need much beyong a basic GET and POST, you can use `teeny-request`.
`teeny-request` doesn't have any of the bells and whistles that `request` has, but is so much faster to load. If startup time is an issue and you don't need much beyond a basic GET and POST, you can use `teeny-request`.
## Thanks
Special thanks to [billyjacobson](https://github.com/billyjacobson) for suggesting the name. Please report all bugs to them. Just kidding. Please open issues.
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