Socket
Socket
Sign inDemoInstall

assert-successful-request

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "assert-successful-request",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple callback function to assert successful HTTP responses made with the request module",

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

@@ -1,2 +0,2 @@

# assert-successful-request-callback
# assert-successful-request
Simple callback function to assert successful HTTP responses made with the

@@ -8,3 +8,3 @@ request module

```js
const assertSuccessfulResponse = require('assert-successful-request-callback')
const assertSuccessfulResponse = require('assert-successful-request')

@@ -11,0 +11,0 @@ request({ uri: 'https://google.com' }, assertSuccessfulResponse)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc