Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8 to 2.3.9

1

index.js

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

// TODO: is there a general way to exclude non-variables?
!(t.isImportNamespaceSpecifier(path.parent) && path.parentKey === 'local') &&
!(t.isLabeledStatement(path.parent) && path.parentKey === 'label') &&

@@ -192,0 +193,0 @@ !(t.isBreakStatement(path.parent) && path.parentKey === 'label') &&

2

package.json
{
"name": "babel-plugin-aexpr-source-transformation",
"version": "2.3.8",
"version": "2.3.9",
"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