Socket
Socket
Sign inDemoInstall

babel-jest

Package Overview
Dependencies
Maintainers
3
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 19.0.0 to 19.1.0-alpha.eed82034

yarn.lock

29

build/index.js

@@ -67,15 +67,18 @@ /**

{let instrument = _ref2.instrument,watch = _ref2.watch;
return crypto.createHash('md5').
update(THIS_FILE).
update('\0', 'utf8').
update(fileData).
update('\0', 'utf8').
update(configString).
update('\0', 'utf8')
// Don't use the in-memory cache in watch mode because the .babelrc
// file may be modified.
.update(getBabelRC(filename, { useCache: !watch })).
update('\0', 'utf8').
update(instrument ? 'instrument' : '').
digest('hex');
return (
crypto.
createHash('md5').
update(THIS_FILE).
update('\0', 'utf8').
update(fileData).
update('\0', 'utf8').
update(configString).
update('\0', 'utf8')
// Don't use the in-memory cache in watch mode because the .babelrc
// file may be modified.
.update(getBabelRC(filename, { useCache: !watch })).
update('\0', 'utf8').
update(instrument ? 'instrument' : '').
digest('hex'));
},

@@ -82,0 +85,0 @@ process(

{
"name": "babel-jest",
"version": "19.0.0",
"description": "Jest plugin to use babel for transformation.",
"version": "19.1.0-alpha.eed82034",
"repository": {

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

"babel-plugin-istanbul": "^4.0.0",
"babel-preset-jest": "^19.0.0"
"babel-preset-jest": "^19.1.0-alpha.eed82034"
}
}
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