Socket
Socket
Sign inDemoInstall

nock

Package Overview
Dependencies
Maintainers
4
Versions
424
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.0-beta.5 to 13.0.0

5

CHANGELOG.md
# Changelog
Nock’s changelog can be found directly in the [GitHub release notes](https://github.com/nock/nock/releases). These are automatically created by [semantic-release](https://github.com/semantic-release/semantic-release) based on their [commit message conventions](https://semantic-release.gitbook.io/semantic-release#commit-message-format).
Nock’s changelog can be found directly in the [GitHub release notes](https://github.com/nock/nock/releases).
These are automatically created by [semantic-release](https://github.com/semantic-release/semantic-release) based on their [commit message conventions](https://semantic-release.gitbook.io/semantic-release#commit-message-format).
Migration guides are available for major versions in the [migration guides directory](https://github.com/nock/nock/tree/master/migration_guides).

4

package.json

@@ -10,3 +10,3 @@ {

],
"version": "13.0.0-beta.5",
"version": "13.0.0",
"author": "Pedro Teixeira <pedro.teixeira@gmail.com>",

@@ -49,3 +49,3 @@ "repository": {

"nyc": "^15.0.0",
"prettier": "2.0.2",
"prettier": "2.0.5",
"proxyquire": "^2.1.0",

@@ -52,0 +52,0 @@ "request": "^2.83.0",

@@ -6,3 +6,3 @@ # Nock

![Coverage Status](http://img.shields.io/badge/coverage-100%25-brightgreen.svg)
[![Greenkeeper](https://badges.greenkeeper.io/nock/nock.svg)](https://greenkeeper.io/)
![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=nock/nock)
[![Backers on Open Collective](https://opencollective.com/nock/backers/badge.svg)](#backers)

@@ -1392,3 +1392,3 @@ [![Sponsors on Open Collective](https://opencollective.com/nock/sponsors/badge.svg)](#sponsors)

```
```js
return nockBack('promisedFixture.json')

@@ -1466,5 +1466,5 @@ .then(({ nockDone, context }) => {

```js
await got('http://example.test/', { retry: 0 })
```
await got("http://example.test/", { retry: 0 })
```

@@ -1474,3 +1474,3 @@ If you need to do this in all your tests, you can create a module

```
```js
const got = require('got')

@@ -1477,0 +1477,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc