Socket
Socket
Sign inDemoInstall

@jest/transform

Package Overview
Dependencies
Maintainers
3
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 30.0.0-alpha.1 to 30.0.0-alpha.2

6

build/index.d.ts

@@ -7,6 +7,6 @@ /**

*/
import type {Config} from '@jest/types';
import type {EncodedSourceMap} from '@jridgewell/trace-mapping';
import type {TransformTypes} from '@jest/types';
import {EncodedSourceMap} from '@jridgewell/trace-mapping';
import {Config, TransformTypes} from '@jest/types';
export declare interface AsyncTransformer<TransformerConfig = unknown> {

@@ -13,0 +13,0 @@ /**

@@ -1020,3 +1020,3 @@ /*!

module.exports = JSON.parse('{"name":"@jest/transform","version":"29.7.0","repository":{"type":"git","url":"https://github.com/jestjs/jest.git","directory":"packages/jest-transform"},"license":"MIT","main":"./build/index.js","types":"./build/index.d.ts","exports":{".":{"types":"./build/index.d.ts","require":"./build/index.js","import":"./build/index.mjs","default":"./build/index.js"},"./package.json":"./package.json"},"dependencies":{"@babel/core":"^7.11.6","@jest/types":"workspace:*","@jridgewell/trace-mapping":"^0.3.18","babel-plugin-istanbul":"^6.1.1","chalk":"^4.0.0","convert-source-map":"^2.0.0","fast-json-stable-stringify":"^2.1.0","graceful-fs":"^4.2.9","jest-haste-map":"workspace:*","jest-regex-util":"workspace:*","jest-util":"workspace:*","micromatch":"^4.0.4","pirates":"^4.0.4","slash":"^3.0.0","write-file-atomic":"^4.0.2"},"devDependencies":{"@jest/test-utils":"workspace:*","@types/babel__core":"^7.1.14","@types/convert-source-map":"^2.0.0","@types/graceful-fs":"^4.1.3","@types/micromatch":"^4.0.1","@types/write-file-atomic":"^4.0.0","dedent":"^1.0.0"},"engines":{"node":"^16.10.0 || ^18.12.0 || >=20.0.0"},"publishConfig":{"access":"public"}}');
module.exports = JSON.parse('{"name":"@jest/transform","version":"30.0.0-alpha.1","repository":{"type":"git","url":"https://github.com/jestjs/jest.git","directory":"packages/jest-transform"},"license":"MIT","main":"./build/index.js","types":"./build/index.d.ts","exports":{".":{"types":"./build/index.d.ts","require":"./build/index.js","import":"./build/index.mjs","default":"./build/index.js"},"./package.json":"./package.json"},"dependencies":{"@babel/core":"^7.11.6","@jest/types":"workspace:*","@jridgewell/trace-mapping":"^0.3.18","babel-plugin-istanbul":"^6.1.1","chalk":"^4.0.0","convert-source-map":"^2.0.0","fast-json-stable-stringify":"^2.1.0","graceful-fs":"^4.2.9","jest-haste-map":"workspace:*","jest-regex-util":"workspace:*","jest-util":"workspace:*","micromatch":"^4.0.4","pirates":"^4.0.4","slash":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@jest/test-utils":"workspace:*","@types/babel__core":"^7.1.14","@types/convert-source-map":"^2.0.0","@types/graceful-fs":"^4.1.3","@types/micromatch":"^4.0.1","@types/write-file-atomic":"^4.0.0","dedent":"^1.0.0"},"engines":{"node":"^16.10.0 || ^18.12.0 || >=20.0.0"},"publishConfig":{"access":"public"}}');

@@ -1023,0 +1023,0 @@ /***/ })

{
"name": "@jest/transform",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"repository": {

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

"@babel/core": "^7.11.6",
"@jest/types": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.2",
"@jridgewell/trace-mapping": "^0.3.18",

@@ -31,12 +31,12 @@ "babel-plugin-istanbul": "^6.1.1",

"graceful-fs": "^4.2.9",
"jest-haste-map": "30.0.0-alpha.1",
"jest-regex-util": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1",
"jest-haste-map": "30.0.0-alpha.2",
"jest-regex-util": "30.0.0-alpha.2",
"jest-util": "30.0.0-alpha.2",
"micromatch": "^4.0.4",
"pirates": "^4.0.4",
"slash": "^3.0.0",
"write-file-atomic": "^4.0.2"
"write-file-atomic": "^5.0.0"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-alpha.1",
"@jest/test-utils": "30.0.0-alpha.2",
"@types/babel__core": "^7.1.14",

@@ -55,3 +55,3 @@ "@types/convert-source-map": "^2.0.0",

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
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