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.5 to 2.3.6

3

dist/index.js

@@ -281,2 +281,5 @@ "use strict";

}
if (t.isUpdateExpression(path.parent) && path.key === 'argument') {
return;
}
if (isGenerated(path)) {

@@ -283,0 +286,0 @@ return;

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

if(t.isAssignmentExpression(path.parent) && path.key === 'left') { return; }
if(t.isUpdateExpression(path.parent) && path.key === 'argument') { return; }
if(isGenerated(path)) { return; }

@@ -383,0 +384,0 @@ //FLAG_SHOULD_NOT_REWRITE_ASSIGNMENT_EXPRESSION

2

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