Socket
Socket
Sign inDemoInstall

babel-jest

Package Overview
Dependencies
Maintainers
4
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 14.3.0-alpha.d13c163e to 14.3.1-alpha.410cb91a

2

build/index.js

@@ -37,3 +37,3 @@ /**

if (preprocessorOptions.instrument) {
if (preprocessorOptions && preprocessorOptions.instrument) {
plugins = plugins.concat(require('babel-plugin-istanbul').default);

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

{
"name": "babel-jest",
"version": "14.3.0-alpha.d13c163e",
"version": "14.3.1-alpha.410cb91a",
"repository": {

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

"babel-plugin-istanbul": "^2.0.0",
"babel-preset-jest": "^14.3.0-alpha.d13c163e"
"babel-preset-jest": "^14.3.1-alpha.410cb91a"
}
}

@@ -10,5 +10,5 @@ # babel-jest

```
npm install --save babel-jest
npm install --save-dev 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.
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