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

axiosist

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axiosist - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

8

index.js

@@ -54,5 +54,3 @@ /**

server.on('error', reject)
resolve(/** @type {Promise<void>} */ (
;/** @type {Promise<void>} */ (
new Promise(resolve => {

@@ -75,3 +73,2 @@ if (listening) {

(response) => {
server.off('error', reject)
if (listening) {

@@ -86,3 +83,2 @@ return response

(error) => {
server.off('error', reject)
if (listening) {

@@ -96,3 +92,3 @@ throw error

}
))
).then(resolve, reject)
})

@@ -99,0 +95,0 @@

{
"name": "axiosist",
"version": "1.1.1",
"version": "1.2.0",
"description": "Convert node.js request handler to axios adapter",

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

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