Socket
Socket
Sign inDemoInstall

jest-environment-jsdom

Package Overview
Dependencies
Maintainers
4
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-environment-jsdom - npm Package Compare versions

Comparing version 13.2.2 to 13.3.0-alpha.4eb0c908

5

build/index.js

@@ -14,2 +14,3 @@ /**

const FakeTimers = require('jest-util').FakeTimers;

@@ -49,5 +50,5 @@ const installCommonGlobals = require('jest-util').installCommonGlobals;

runSourceText(sourceText, filename) {
runScript(script) {
if (this.global) {
return this.global.eval(sourceText + '\n//# sourceURL=' + filename);}
return require('jsdom').evalVMScript(this.global, script);}

@@ -54,0 +55,0 @@ return null;}

6

package.json
{
"name": "jest-environment-jsdom",
"version": "13.2.2",
"version": "13.3.0-alpha.4eb0c908",
"repository": {

@@ -11,5 +11,5 @@ "type": "git",

"dependencies": {
"jsdom": "^9.2.1",
"jest-util": "^13.2.2"
"jsdom": "^9.4.0",
"jest-util": "^13.3.0-alpha.4eb0c908"
}
}

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