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 7.0.0 to 7.0.1

7

CHANGELOG.md
# Changelog
### [7.0.1](https://www.github.com/googleapis/teeny-request/compare/v7.0.0...v7.0.1) (2020-09-29)
### Bug Fixes
* **deps:** update node-fetch to 2.6.1 ([#200](https://www.github.com/googleapis/teeny-request/issues/200)) ([8958a78](https://www.github.com/googleapis/teeny-request/commit/8958a78b117e5610f3ccf121ba1d650dbe9739f8))
## [7.0.0](https://www.github.com/googleapis/teeny-request/compare/v6.0.3...v7.0.0) (2020-06-01)

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

20

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

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

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

@@ -44,3 +46,3 @@ "files": [

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

@@ -51,4 +53,4 @@ "uuid": "^8.0.0"

"@compodoc/compodoc": "^1.1.9",
"@types/mocha": "^7.0.0",
"@types/node-fetch": "^2.1.2",
"@types/mocha": "^8.0.0",
"@types/node-fetch": "^2.5.7",
"@types/sinon": "^9.0.0",

@@ -60,6 +62,8 @@ "@types/uuid": "^8.0.0",

"linkinator": "^2.0.0",
"mocha": "^7.0.0",
"nock": "^12.0.0",
"mocha": "^8.0.0",
"nock": "^13.0.0",
"sinon": "^9.0.0",
"typescript": "^3.8.3"
"typescript": "^3.8.3",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
},

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

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