New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-environment-node

Package Overview
Dependencies
Maintainers
4
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-environment-node - npm Package Compare versions

Comparing version 13.2.2 to 13.3.0-alpha.4eb0c908

8

build/index.js

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

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

@@ -50,9 +51,6 @@ const installCommonGlobals = require('jest-util').installCommonGlobals;

runSourceText(sourceText, filename) {
runScript(script) {
if (this.global) {
return vm.runInContext(sourceText, this.global, {
filename,
displayErrors: false });}
return script.runInContext(this.global);}
return null;}

@@ -59,0 +57,0 @@

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

@@ -11,6 +11,7 @@ "type": "git",

"dependencies": {
"jest-util": "^13.2.2"
"jest-util": "^13.3.0-alpha.4eb0c908"
},
"jest": {
"rootDir": "./build",
"rootDir": "./src",
"scriptPreprocessor": "../../babel-jest",
"testEnvironment": "node"

@@ -17,0 +18,0 @@ },

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