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 5.2.0 to 5.3.0

6

jasmine_runner.js

@@ -149,5 +149,5 @@ const fs = require('fs');

// remember to update the `peerDependencies` as well.
// Jasmine versions prior to 3.10.0 should use the old API.
if (/^3\.[1-9]\.|^2\./.test(jrunner.coreVersion())) {
console.warn(`DEPRECATED: Support for Jasmine versions prior to '3.10.x' is deprecated in '@bazel/jasmine'.`);
// Jasmine versions prior to 4.0.0 should use the old API.
if (jrunner.coreVersion().charAt(0) !== '4') {
console.warn(`DEPRECATED: Support for Jasmine versions prior to '4.0.x' is deprecated in '@bazel/jasmine'.`);

@@ -154,0 +154,0 @@ // Old Jasmine API.

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

"license": "Apache-2.0",
"version": "5.2.0",
"version": "5.3.0",
"repository": {

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

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