Socket
Socket
Sign inDemoInstall

@babel/helper-simple-access

Package Overview
Dependencies
4
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.21.4-esm to 7.21.4-esm.1

10

lib/index.js

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

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

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

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

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

10

package.json
{
"name": "@babel/helper-simple-access",
"version": "7.21.4-esm",
"version": "7.21.4-esm.1",
"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"
"@babel/types": "^7.21.4-esm.1"
},
"devDependencies": {
"@babel/core": "^7.21.4-esm",
"@babel/traverse": "^7.21.4-esm"
"@babel/core": "^7.21.4-esm.1",
"@babel/traverse": "^7.21.4-esm.1"
},

@@ -28,3 +28,3 @@ "engines": {

},
"type": "commonjs"
"type": "module"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc