New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@js-temporal/temporal-test262-runner

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-temporal/temporal-test262-runner - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

CHANGELOG.md

5

package.json
{
"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",

12

README.md

@@ -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

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