Socket
Socket
Sign inDemoInstall

ava-ts

Package Overview
Dependencies
445
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.24.1 to 0.24.2

2

package.json
{
"name": "ava-ts",
"version": "0.24.1",
"version": "0.24.2",
"description": "Fork of the AVA test runner with native typescript support 🚀",

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

@@ -97,3 +97,3 @@ 'use strict';

precompiled,
require: resolveModules(conf.require)
require: resolveModules(arrify(this.options.require).concat('ts-node/register'))
};

@@ -100,0 +100,0 @@

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