Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bazel/jasmine

Package Overview
Dependencies
Maintainers
6
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bazel/jasmine - npm Package Compare versions

Comparing version 4.0.0-beta.0 to 4.0.0-beta.1

2

jasmine_runner.js

@@ -34,3 +34,3 @@ const fs = require('fs');

// Test sharding support
// See https://docs.bazel.build/versions/master/test-encyclopedia.html#role-of-the-test-runner
// See https://docs.bazel.build/versions/main/test-encyclopedia.html#role-of-the-test-runner
const TOTAL_SHARDS = Number(process.env['TEST_TOTAL_SHARDS']);

@@ -37,0 +37,0 @@ const SHARD_INDEX = Number(process.env['TEST_SHARD_INDEX']);

@@ -5,3 +5,3 @@ {

"license": "Apache-2.0",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"repository": {

@@ -8,0 +8,0 @@ "type" : "git",

@@ -30,3 +30,3 @@ <!-- *********************

directory. This may be symlinked in your workspace.
See https://docs.bazel.build/versions/master/output_directories.html
See https://docs.bazel.build/versions/main/output_directories.html

@@ -33,0 +33,0 @@ To debug the test, see debugging notes in `nodejs_test`.

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