Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@babel/helper-member-expression-to-functions

Package Overview
Dependencies
4
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

30

lib/index.js

@@ -1,3 +0,27 @@

import * as _t from '@babel/types';
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var _t = require('@babel/types');
function _interopNamespace(e) {
if (e && e.__esModule) return e;
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
if (k !== 'default') {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () { return e[k]; }
});
}
});
}
n["default"] = e;
return Object.freeze(n);
}
var _t__namespace = /*#__PURE__*/_interopNamespace(_t);
function willPathCastToBoolean(path) {

@@ -58,3 +82,3 @@ const maybeWrapped = path;

updateExpression
} = _t;
} = _t__namespace;
class AssignmentMemoiser {

@@ -367,3 +391,3 @@ constructor() {

export { memberExpressionToFunctions as default };
exports["default"] = memberExpressionToFunctions;
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.21.4-esm.2",
"version": "7.21.4-esm.3",
"description": "Helper function to replace certain member expressions with function calls",

@@ -18,6 +18,6 @@ "repository": {

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

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

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