Socket
Socket
Sign inDemoInstall

@babel/helper-split-export-declaration

Package Overview
Dependencies
1
Maintainers
4
Versions
60
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 = splitExportDeclaration;
var _t = require("@babel/types");
import * as _t from "@babel/types";
const {

@@ -16,3 +10,3 @@ cloneNode,

} = _t;
function splitExportDeclaration(exportDeclaration) {
export default function splitExportDeclaration(exportDeclaration) {
if (!exportDeclaration.isExportDeclaration() || exportDeclaration.isExportAllDeclaration()) {

@@ -19,0 +13,0 @@ throw new Error("Only default and named export declarations can be split.");

4

package.json
{
"name": "@babel/helper-split-export-declaration",
"version": "7.21.4-esm.3",
"version": "7.21.4-esm.4",
"description": "",

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc