New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-aexpr-source-transformation

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-aexpr-source-transformation - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

6

index.js

@@ -190,3 +190,7 @@ const AEXPR_IDENTIFIER_NAME = "aexpr";

// TODO: is there a general way to exclude non-variables?
!t.isObjectProperty(path.parent) &&
!(t.isFunctionExpression(path.parent) && path.parentKey === 'id') &&
!(t.isImportDefaultSpecifier(path.parent) && path.parentKey === 'local') &&
!(t.isCatchClause(path.parent) && path.parentKey === 'param') &&
!t.isObjectProperty(path.parent) &&
!t.isClassDeclaration(path.parent) &&

@@ -193,0 +197,0 @@ !t.isClassMethod(path.parent) &&

2

package.json
{
"name": "babel-plugin-aexpr-source-transformation",
"version": "2.3.1",
"version": "2.3.2",
"description": "3rd implementation strategy of active expressions, via a babel transformation",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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