Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-jest

Package Overview
Dependencies
Maintainers
7
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 26.0.0-alpha.0 to 26.0.0-alpha.1

4

build/index.js

@@ -123,5 +123,7 @@ 'use strict';

const createTransformer = (inputOptions = {}) => {
const createTransformer = userOptions => {
var _inputOptions$plugins, _inputOptions$presets;
const inputOptions =
userOptions !== null && userOptions !== void 0 ? userOptions : {};
const options = {

@@ -128,0 +130,0 @@ ...inputOptions,

{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "26.0.0-alpha.0",
"version": "26.0.0-alpha.1",
"repository": {

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

"dependencies": {
"@jest/transform": "^26.0.0-alpha.0",
"@jest/types": "^26.0.0-alpha.0",
"@jest/transform": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"@types/babel__core": "^7.1.7",

@@ -37,3 +37,3 @@ "babel-plugin-istanbul": "^6.0.0",

},
"gitHead": "ba962e7e9669a4a2f723c2536c97462c8ddfff2d"
"gitHead": "2bac04ffb8e533d12a072998da5c3751a41b796f"
}
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