Socket
Socket
Sign inDemoInstall

@babel/helper-explode-assignable-expression

Package Overview
Dependencies
4
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

lib/package.json

10

lib/index.js

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

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

@@ -57,3 +51,3 @@ assignmentExpression,

}
function _default(node, nodes, file, scope, allowedSingleIdent) {
export default function (node, nodes, file, scope, allowedSingleIdent) {
let obj;

@@ -60,0 +54,0 @@ if (isIdentifier(node) && allowedSingleIdent) {

6

package.json
{
"name": "@babel/helper-explode-assignable-expression",
"version": "7.21.4-esm.3",
"version": "7.21.4-esm.4",
"description": "Helper function to explode an assignable expression",

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

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

@@ -23,0 +23,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