@ejnshtein/smol-request
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"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' }) |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
5801
3
0