babel-jest
Advanced tools
Comparing version 21.0.2 to 21.2.0
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7787
Updatedbabel-preset-jest@^21.2.0