Socket
Socket
Sign inDemoInstall

ava

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ava - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0

2

package.json
{
"name": "ava",
"version": "5.1.1",
"version": "5.2.0",
"description": "Node.js test runner that lets you develop with confidence.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -48,2 +48,3 @@ [![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine/)

"name": "awesome-package",
"type": "module",
"scripts": {

@@ -53,3 +54,3 @@ "test": "ava"

"devDependencies": {
"ava": "^1.0.0"
"ava": "^5.0.0"
}

@@ -77,4 +78,6 @@ }

Create a file named `test.js` in the project root directory:
Create a file named `test.js` in the project root directory.
_Note that AVA's documentation assumes you're using ES modules._
```js

@@ -81,0 +84,0 @@ import test from 'ava';

Sorry, the diff of this file is not supported yet

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