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

@bazel/jasmine

Package Overview
Dependencies
Maintainers
3
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 0.27.2 to 0.27.3

4

package.json

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

"license": "Apache 2.0",
"version": "0.27.2",
"version": "0.27.3",
"repository": {

@@ -20,3 +20,3 @@ "type" : "git",

"npm_bazel_jasmine": {
"version": "0.27.2",
"version": "0.27.3",
"rootPath": "."

@@ -23,0 +23,0 @@ }

@@ -40,4 +40,4 @@ const fs = require('fs');

// See https://docs.bazel.build/versions/master/test-encyclopedia.html#role-of-the-test-runner
const TOTAL_SHARDS = process.env['TEST_TOTAL_SHARDS'];
const SHARD_INDEX = process.env['TEST_SHARD_INDEX'];
const TOTAL_SHARDS = Number(process.env['TEST_TOTAL_SHARDS']);
const SHARD_INDEX = Number(process.env['TEST_SHARD_INDEX']);
// Tell Bazel that this test runner supports sharding by updating the last modified date of the

@@ -44,0 +44,0 @@ // magic file

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