Socket
Socket
Sign inDemoInstall

@jest/transform

Package Overview
Dependencies
Maintainers
6
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/transform - npm Package Compare versions

Comparing version 29.0.3 to 29.1.0

6

build/ScriptTransformer.js

@@ -1042,2 +1042,8 @@ 'use strict';

} catch (e) {
// on windows write-file-atomic is not atomic which can
// result in this error
if (e.code === 'ENOENT' && process.platform === 'win32') {
return null;
}
e.message = `jest: failed to read cache file: ${cachePath}\nFailure message: ${e.message}`;

@@ -1044,0 +1050,0 @@ removeFile(cachePath);

12

package.json
{
"name": "@jest/transform",
"version": "29.0.3",
"version": "29.1.0",
"repository": {

@@ -21,3 +21,3 @@ "type": "git",

"@babel/core": "^7.11.6",
"@jest/types": "^29.0.3",
"@jest/types": "^29.1.0",
"@jridgewell/trace-mapping": "^0.3.15",

@@ -29,5 +29,5 @@ "babel-plugin-istanbul": "^6.1.1",

"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.0.3",
"jest-haste-map": "^29.1.0",
"jest-regex-util": "^29.0.0",
"jest-util": "^29.0.3",
"jest-util": "^29.1.0",
"micromatch": "^4.0.4",

@@ -39,3 +39,3 @@ "pirates": "^4.0.4",

"devDependencies": {
"@jest/test-utils": "^29.0.3",
"@jest/test-utils": "^29.1.0",
"@types/babel__core": "^7.1.14",

@@ -54,3 +54,3 @@ "@types/convert-source-map": "^1.5.1",

},
"gitHead": "77f865da39af5b3e1c114dc347e49257eb3dcfd1"
"gitHead": "51f10300daf90db003a1749ceaed1084c4f74811"
}
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