Socket
Socket
Sign inDemoInstall

babel-plugin-jest-hoist

Package Overview
Dependencies
0
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 9.0.3

2

package.json
{
"name": "babel-plugin-jest-hoist",
"version": "1.0.0",
"version": "9.0.3",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -7,2 +7,4 @@ /**

* of patent rights can be found in the PATENTS file in the same directory.
*
* @emails oncall+jsinfra
*/

@@ -9,0 +11,0 @@

@@ -7,2 +7,4 @@ /**

* of patent rights can be found in the PATENTS file in the same directory.
*
* @emails oncall+jsinfra
*/

@@ -9,0 +11,0 @@

@@ -29,3 +29,2 @@ /**

module.exports = babel => {
const t = babel.types;
const shouldHoistExpression = expr => {

@@ -32,0 +31,0 @@ if (!expr.isCallExpression()) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc