Socket
Socket
Sign inDemoInstall

jest-environment-node

Package Overview
Dependencies
Maintainers
6
Versions
275
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 29.2.0 to 29.2.1

5

build/index.js

@@ -104,3 +104,6 @@ 'use strict';

value: val,
writable: descriptor.writable
writable:
descriptor.writable === true ||
// Node 19 makes performance non-readable. This is probably not the correct solution.
nodeGlobalsKey === 'performance'
});

@@ -107,0 +110,0 @@ return val;

16

package.json
{
"name": "jest-environment-node",
"version": "29.2.0",
"version": "29.2.1",
"repository": {

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

"dependencies": {
"@jest/environment": "^29.2.0",
"@jest/fake-timers": "^29.2.0",
"@jest/types": "^29.2.0",
"@jest/environment": "^29.2.1",
"@jest/fake-timers": "^29.2.1",
"@jest/types": "^29.2.1",
"@types/node": "*",
"jest-mock": "^29.2.0",
"jest-util": "^29.2.0"
"jest-mock": "^29.2.1",
"jest-util": "^29.2.1"
},
"devDependencies": {
"@jest/test-utils": "^29.2.0"
"@jest/test-utils": "^29.2.1"
},

@@ -37,3 +37,3 @@ "engines": {

},
"gitHead": "ee5b37a4f4433afcfffb0356cea47739d8092287"
"gitHead": "4551c0fdd4d25b7206824957c7bcc6baf61e63bf"
}
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