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

tinyreq

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyreq - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

2

package.json
{
"name": "tinyreq",
"version": "3.3.0",
"version": "3.3.1",
"description": "Tiny library for making http(s) requests.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -15,7 +15,11 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->

```sh
$ npm i --save tinyreq
# Using npm
npm install --save tinyreq
# Using yarn
yarn add tinyreq
```
:bulb: **ProTip**: You can install the [cli version of this module](http://github.com/IonicaBizau/tinyreq-cli) by running `npm i -g tinyreq-cli`
:bulb: **ProTip**: You can install the [cli version of this module](http://github.com/IonicaBizau/tinyreq-cli) by running `npm install --global tinyreq-cli` (or `yarn global add tinyreq-cli`).

@@ -22,0 +26,0 @@ ## :clipboard: Example

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