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.3 to 9.0.0

11

CHANGELOG.md
# Changelog
## [9.0.0](https://github.com/googleapis/teeny-request/compare/v8.0.3...v9.0.0) (2023-07-20)
### ⚠ BREAKING CHANGES
* move minimum version to node 14 ([#312](https://github.com/googleapis/teeny-request/issues/312))
### Miscellaneous Chores
* Move minimum version to node 14 ([#312](https://github.com/googleapis/teeny-request/issues/312)) ([e30cf76](https://github.com/googleapis/teeny-request/commit/e30cf765fb7997e36cf7cc8144dfe8480d12c58b))
## [8.0.3](https://github.com/googleapis/teeny-request/compare/v8.0.2...v8.0.3) (2023-02-17)

@@ -4,0 +15,0 @@

15

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

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

"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -44,3 +44,3 @@ "scripts": {

"https-proxy-agent": "^5.0.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.9",
"stream-events": "^1.0.5",

@@ -50,2 +50,3 @@ "uuid": "^9.0.0"

"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "^1.1.9",

@@ -56,10 +57,10 @@ "@types/mocha": "^10.0.0",

"@types/uuid": "^9.0.0",
"c8": "^7.0.0",
"c8": "^8.0.0",
"codecov": "^3.1.0",
"gts": "^3.1.0",
"gts": "^3.1.1",
"linkinator": "^4.0.0",
"mocha": "^10.0.0",
"nock": "^13.0.0",
"typescript": "^4.6.3",
"sinon": "^15.0.0"
"sinon": "^15.0.0",
"typescript": "^5.1.6"
},

@@ -66,0 +67,0 @@ "nyc": {

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

import {teenyRequest as request} from 'teeny-request';
import r as * from 'request'; // Only for type declarations
import * as r from 'request'; // Only for type declarations

@@ -25,0 +25,0 @@ request({uri: 'http://ip.jsontest.com/'}, (error: any, response: r.Response, body: any) => {

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