You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

jasmine-core

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-core - npm Package Compare versions

Comparing version
6.0.0-beta.0
to
6.0.0-beta.1
+7
-2
lib/jasmine-core/boot1.js

@@ -52,3 +52,8 @@ /*

window.addEventListener('load', function() {
const currentWindowOnload = window.onload;
window.onload = function() {
if (currentWindowOnload) {
currentWindowOnload();
}
// The HTML reporter needs to be set up here so it can access the DOM. Other

@@ -59,3 +64,3 @@ // reporters can be added at any time before env.execute() is called.

env.execute();
});
};
})();
{
"name": "jasmine-core",
"license": "MIT",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"repository": {

@@ -46,6 +46,6 @@ "type": "git",

"eslint-plugin-compat": "^6.0.2",
"glob": "^10.2.3",
"glob": "^13.0.0",
"globals": "^16.0.0",
"jasmine": "github:jasmine/jasmine-npm#6.0",
"jasmine-browser-runner": "github:jasmine/jasmine-browser-runner#4.0",
"jasmine": "github:jasmine/jasmine-npm",
"jasmine-browser-runner": "github:jasmine/jasmine-browser-runner",
"jsdom": "^26.0.0",

@@ -52,0 +52,0 @@ "prettier": "1.17.1",

Sorry, the diff of this file is too big to display