@cypress/request
Advanced tools
Comparing version 2.88.2 to 2.88.3
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "2.88.2", | ||
"version": "2.88.3", | ||
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>", | ||
@@ -13,0 +13,0 @@ "repository": { |
# Request - Simplified HTTP client | ||
# @cypress/request - Simplified HTTP client | ||
[![npm package](https://nodei.co/npm/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request/) | ||
[![npm package](https://nodei.co/npm/@cypress/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@cypress/request/) | ||
@@ -13,2 +13,3 @@ [![Build status](https://img.shields.io/travis/cypress-io/request/master.svg?style=flat-square)](https://travis-ci.org/cypress-io/request) | ||
**This is a fork of [`request`](https://github.com/request/request) for use in [Cypress](https://github.com/cypress-io/cypress).** | ||
@@ -20,3 +21,3 @@ ## Super simple to use | ||
```js | ||
const request = require('request'); | ||
const request = require('@cypress/request'); | ||
request('http://www.google.com', function (error, response, body) { | ||
@@ -23,0 +24,0 @@ console.error('error:', error); // Print the error if one occurred |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
212481
1132