Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

esnext

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esnext - npm Package Compare versions

Comparing version 1.11.0 to 1.11.2

2

package.json
{
"name": "esnext",
"version": "1.11.0",
"version": "1.11.2",
"description": "Update your project to the latest ECMAScript syntax.",

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

@@ -414,3 +414,3 @@ import BaseContext from '../context';

if (!isMemberExpression(left, /^(module\.)?exports\.\w+$/) || left.computed) {
if (!isMemberExpression(left, /^((module\.)?exports|this)\.\w+$/) || left.computed) {
return false;

@@ -417,0 +417,0 @@ }

@@ -29,2 +29,5 @@ import estraverse from 'estraverse';

case Syntax.ThisExpression:
return 'this';
case Syntax.MemberExpression:

@@ -31,0 +34,0 @@ const objectPath = memberExpressionKeyPath(node.object);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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