Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-remove-export-keywords

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-remove-export-keywords - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6-ci.0

4

package.json
{
"name": "babel-plugin-remove-export-keywords",
"version": "1.5.5",
"version": "1.5.6-ci.0",
"description": "Remove plugin export keywords",

@@ -28,3 +28,3 @@ "repository": "mdx-js/mdx",

],
"gitHead": "7d428e2cee605db8e7642e3af0df91e0d96c3684"
"gitHead": "468970d6aba96aa14b861de805b64e03ae1161d2"
}
# `babel-plugin-remove-export-keywords`
Remove export keywords by coercing them into variable
declarations. Used by [MDX](https://mdxjs.com).
declarations. Used by [MDX](https://mdxjs.com).

@@ -31,6 +31,3 @@ ## Installation

configFile: false,
plugins: [
'@babel/plugin-syntax-jsx',
plugin
]
plugins: ['@babel/plugin-syntax-jsx', plugin]
})

@@ -37,0 +34,0 @@

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