Socket
Socket
Sign inDemoInstall

ava-ts

Package Overview
Dependencies
439
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.24.5 to 0.24.6

2

api.js

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

this.options = Object.assign({match: []}, options);
this.options.require = resolveModules(arrify(this.options.require).concat('ts-node/register'));
this.options.require = resolveModules(['ts-node/register'].concat(arrify(this.options.require)));
}

@@ -59,0 +59,0 @@

{
"name": "ava-ts",
"version": "0.24.5",
"version": "0.24.6",
"description": "Fork of the AVA test runner with native typescript support 🚀",

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

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

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

@@ -102,0 +102,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