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

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 21.0.2 to 21.2.0

9

build/index.js

@@ -13,3 +13,2 @@ 'use strict';var _crypto;

function _load_crypto() {return _crypto = _interopRequireDefault(require('crypto'));}var _fs;

@@ -23,8 +22,8 @@ function _load_fs() {return _fs = _interopRequireDefault(require('fs'));}var _path;

*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/const BABELRC_FILENAME = '.babelrc';const BABELRC_JS_FILENAME = '.babelrc.js';const BABEL_CONFIG_KEY = 'babel';const PACKAGE_JSON = 'package.json';const THIS_FILE = (_fs || _load_fs()).default.readFileSync(__filename);const createTransformer = options => {
*/const BABELRC_FILENAME = '.babelrc';const BABELRC_JS_FILENAME = '.babelrc.js';const BABEL_CONFIG_KEY = 'babel';const PACKAGE_JSON = 'package.json';const THIS_FILE = (_fs || _load_fs()).default.readFileSync(__filename);
const createTransformer = options => {
const cache = Object.create(null);

@@ -31,0 +30,0 @@

{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "21.0.2",
"version": "21.2.0",
"repository": {

@@ -9,7 +9,7 @@ "type": "git",

},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"babel-plugin-istanbul": "^4.0.0",
"babel-preset-jest": "^21.0.2"
"babel-preset-jest": "^21.2.0"
},

@@ -16,0 +16,0 @@ "devDependencies": {

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