Socket
Socket
Sign inDemoInstall

@babel/helper-simple-access

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-simple-access - npm Package Compare versions

Comparing version 7.21.4-esm.2 to 7.21.4-esm.3

10

lib/index.js

@@ -1,2 +0,8 @@

import * as _t from "@babel/types";
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = simplifyAccess;
var _t = require("@babel/types");
const {

@@ -74,3 +80,3 @@ LOGICAL_OPERATORS,

};
export default function simplifyAccess(path, bindingNames, includeUpdateExpression = true) {
function simplifyAccess(path, bindingNames, includeUpdateExpression = true) {
path.traverse(simpleAssignmentVisitor, {

@@ -77,0 +83,0 @@ scope: path.scope,

8

package.json
{
"name": "@babel/helper-simple-access",
"version": "7.21.4-esm.2",
"version": "7.21.4-esm.3",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",

@@ -18,7 +18,7 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/types": "7.21.4-esm.2"
"@babel/types": "7.21.4-esm.3"
},
"devDependencies": {
"@babel/core": "7.21.4-esm.2",
"@babel/traverse": "7.21.4-esm.2"
"@babel/core": "7.21.4-esm.3",
"@babel/traverse": "7.21.4-esm.3"
},

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

Sorry, the diff of this file is not supported yet

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