jasmine-core
Advanced tools
@@ -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(); | ||
| }); | ||
| }; | ||
| })(); |
+4
-4
| { | ||
| "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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
457700
0.02%13100
0.03%