@js-temporal/temporal-test262-runner
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "@js-temporal/temporal-test262-runner", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Lightweight runner for ECMAScript Temporal's Test262 tests", | ||
@@ -20,3 +20,4 @@ "main": "index.mjs", | ||
"Philip Chimento (https://ptomato.name)", | ||
"Richard Gibson (https://github.com/gibson042)" | ||
"Richard Gibson (https://github.com/gibson042)", | ||
"James Wright (https://github.com/12wrigja)" | ||
], | ||
@@ -23,0 +24,0 @@ "license": "BSD-3-Clause", |
@@ -52,8 +52,8 @@ | ||
* `test262Dir: string` - Root directory of the test262 submodule repo. | ||
* `testGlobs?: string[]` - If omitted, all tests will be run. This option | ||
provides glob patterns that specify a subset of tests to be run. Globs are | ||
resolved relative to `test/**/Temporal/` subdirectories of `test262Dir`. If a | ||
pattern doesn't match any files relative to `test/**/Temporal/`, it will also | ||
try to match relative to the current working directory, so that tab completion | ||
works. Example: `[ 'PlainDateTime/**', 'prototype/with/*.js' ]` | ||
* `testGlobs?: string[]` - If omitted, all Temporal tests will be run. This | ||
option provides glob patterns that specify a subset of tests to be run. Globs | ||
are resolved relative to `test/**/Temporal/` subdirectories of `test262Dir`. | ||
If a pattern doesn't match any files relative to `test/**/Temporal/`, it will | ||
also try to match relative to the current working directory, so that tab | ||
completion works. Example: `[ 'PlainDateTime/**', 'prototype/with/*.js' ]` | ||
* `expectedFailureFiles?: string[]` Optional array of text filenames | ||
@@ -60,0 +60,0 @@ that each contain a list of test files (relative to the `test` subdirectory |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
19894
8
294