Socket
Socket
Sign inDemoInstall

@babel/helper-skip-transparent-expression-wrappers

Package Overview
Dependencies
4
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.18.9 to 7.20.0

lib/index.js.map

7

lib/index.js

@@ -16,2 +16,3 @@ "use strict";

isTSNonNullExpression,
isTSSatisfiesExpression,
isTSTypeAssertion,

@@ -22,3 +23,3 @@ isTypeCastExpression

function isTransparentExprWrapper(node) {
return isTSAsExpression(node) || isTSTypeAssertion(node) || isTSNonNullExpression(node) || isTypeCastExpression(node) || isParenthesizedExpression(node);
return isTSAsExpression(node) || isTSSatisfiesExpression(node) || isTSTypeAssertion(node) || isTSNonNullExpression(node) || isTypeCastExpression(node) || isParenthesizedExpression(node);
}

@@ -40,2 +41,4 @@

return node;
}
}
//# sourceMappingURL=index.js.map
{
"name": "@babel/helper-skip-transparent-expression-wrappers",
"version": "7.18.9",
"version": "7.20.0",
"description": "Helper which skips types and parentheses",

@@ -20,6 +20,6 @@ "repository": {

"dependencies": {
"@babel/types": "^7.18.9"
"@babel/types": "^7.20.0"
},
"devDependencies": {
"@babel/traverse": "^7.18.9"
"@babel/traverse": "^7.20.0"
},

@@ -26,0 +26,0 @@ "engines": {

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