Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.8 to 1.0.9

4

package.json
{
"name": "@ejnshtein/smol-request",
"version": "1.0.8",
"version": "1.0.9",
"description": "Tiny http/https request wrapper for Node.js using ESM (13.5 and newer)",

@@ -28,4 +28,4 @@ "main": "Request.js",

"node-fetch": "^2.6.0",
"standard": "^14.3.1"
"standard": "^14.3.3"
}
}
# 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 downloads](https://img.shields.io/npm/dm/@ejnshtein/smol-request.svg?style=flat-square)](http://npm-stat.com/charts.html?package=@ejnshtein/smol-request)

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

```js
import request from 'smol-request'
import request from '@ejnshtein/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