Socket
Socket
Sign inDemoInstall

babel-jest

Package Overview
Dependencies
Maintainers
6
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-jest - npm Package Compare versions

Comparing version 28.0.0-alpha.8 to 28.0.0-alpha.9

8

build/index.js

@@ -348,3 +348,5 @@ 'use strict';

return sourceText;
return {
code: sourceText
};
},

@@ -375,3 +377,5 @@

return sourceText;
return {
code: sourceText
};
}

@@ -378,0 +382,0 @@ };

{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "28.0.0-alpha.8",
"version": "28.0.0-alpha.9",
"repository": {

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

"dependencies": {
"@jest/transform": "^28.0.0-alpha.8",
"@jest/transform": "^28.0.0-alpha.9",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-jest": "^28.0.0-alpha.6",
"babel-preset-jest": "^28.0.0-alpha.9",
"chalk": "^4.0.0",

@@ -31,4 +31,4 @@ "graceful-fs": "^4.2.9",

"devDependencies": {
"@babel/core": "^7.8.0",
"@jest/test-utils": "^28.0.0-alpha.8",
"@babel/core": "^7.11.6",
"@jest/test-utils": "^28.0.0-alpha.9",
"@types/graceful-fs": "^4.1.3"

@@ -45,3 +45,3 @@ },

},
"gitHead": "d915e7df92b220dbe6e124585ba6459838a6c41c"
"gitHead": "7c63f5981eb20d4b89a4c04f3675e0050d8d7887"
}
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