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
7
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

to
25.2.2

16

build/index.js

@@ -43,2 +43,12 @@ 'use strict';

function _semver() {
const data = require('semver');
_semver = function () {
return data;
};
return data;
}
function _defineProperty(obj, key, value) {

@@ -164,4 +174,10 @@ if (key in obj) {

}
} // node 10 had a bug in `vm.compileFunction` that was fixed in https://github.com/nodejs/node/pull/23206.
// Let's just pretend the env doesn't support the function.
// Make sure engine requirement is high enough when we drop node 8 so we can remove this condition
if ((0, _semver().lt)(process.version, '10.14.2')) {
delete NodeEnvironment.prototype.getVmContext;
}
module.exports = NodeEnvironment;

10

package.json
{
"name": "jest-environment-node",
"version": "25.2.1",
"version": "25.2.2",
"repository": {

@@ -24,4 +24,8 @@ "type": "git",

"jest-mock": "^25.2.1",
"jest-util": "^25.2.1"
"jest-util": "^25.2.1",
"semver": "^6.3.0"
},
"devDependencies": {
"@types/semver": "^6.2.1"
},
"engines": {

@@ -33,3 +37,3 @@ "node": ">= 8.3"

},
"gitHead": "a679390828b6c30aeaa547d8c4dc9aed6531e357"
"gitHead": "96aaf892bb90ac5054b6e57a7661c35ff9ab6873"
}

Sorry, the diff of this file is not supported yet