Socket
Socket
Sign inDemoInstall

babel-jest

Package Overview
Dependencies
Maintainers
5
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 16.0.0 to 16.1.0-alpha.691b0e22

4

build/index.js

@@ -33,7 +33,7 @@ /**

config,
preprocessorOptions)
transformOptions)
{
let plugins = options.plugins || [];
if (preprocessorOptions && preprocessorOptions.instrument) {
if (transformOptions && transformOptions.instrument) {
plugins = plugins.concat(require('babel-plugin-istanbul').default);

@@ -40,0 +40,0 @@ }

{
"name": "babel-jest",
"version": "16.0.0",
"version": "16.1.0-alpha.691b0e22",
"repository": {

@@ -13,4 +13,4 @@ "type": "git",

"babel-plugin-istanbul": "^2.0.0",
"babel-preset-jest": "^16.0.0"
"babel-preset-jest": "^16.1.0-alpha.691b0e22"
}
}

@@ -13,2 +13,2 @@ # babel-jest

If you would like to write your own preprocessor, uninstall and delete babel-jest and set the [config.scriptPreprocessor](http://facebook.github.io/jest/docs/api.html#scriptpreprocessor-string) option to your preprocessor.
If you would like to write your own preprocessor, uninstall and delete babel-jest and set the [config.transform](http://facebook.github.io/jest/docs/api.html#transform-object-string-string) option to your preprocessor.
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