New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ejnshtein/smol-request

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ejnshtein/smol-request - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

package.json
{
"name": "@ejnshtein/smol-request",
"version": "2.0.1",
"version": "2.1.0",
"description": "Tiny http/https request wrapper for Node.js 10 and newer",

@@ -5,0 +5,0 @@ "type": "commonjs",

# Smol Request
[![npm version](https://img.shields.io/npm/v/@ejnshtein/smol-request.svg?style=flat-square)](https://www.npmjs.org/package/@ejnshtein/smol-request)
[![npm downloads](https://img.shields.io/npm/dm/@ejnshtein/smol-request.svg?style=flat-square)](http://npm-stat.com/charts.html?package=@ejnshtein/smol-request)
[![install size](https://packagephobia.now.sh/badge?p=@ejnshtein/smol-request)](https://packagephobia.now.sh/result?p=@ejnshtein/smol-request)
[![npm version](https://img.shields.io/npm/v/smol-request.svg?style=flat-square)](https://www.npmjs.org/package/smol-request)
[![npm downloads](https://img.shields.io/npm/smol-request.svg?style=flat-square)](http://npm-stat.com/charts.html?package=smol-request)
[![install size](https://packagephobia.now.sh/badge?p=smol-request)](https://packagephobia.now.sh/result?p=smol-request)

@@ -11,3 +11,3 @@ Small async request client for Node.js 10+ and newer with 0 dependencies.

>npm i @ejnshtein/smol-request
>npm i smol-request

@@ -19,3 +19,3 @@ ## Usage

```js
import request from '@ejnshtein/smol-request'
import { request } from 'smol-request'

@@ -22,0 +22,0 @@ request('https://ghibliapi.herokuapp.com/films', { responseType: 'json' })

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