Socket
Socket
Sign inDemoInstall

babel-plugin-undefined-to-void

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

3

package.json
{
"name": "babel-plugin-undefined-to-void",
"version": "1.1.5",
"version": "1.1.6",
"description": "Replace references to `undefined` with `void 0`",
"repository": "babel-plugins/babel-plugin-undefined-to-void",
"license": "MIT",

@@ -6,0 +7,0 @@ "main": "lib/index.js",

@@ -6,3 +6,3 @@ # babel-plugin-undefined-to-void

This transformer transforms `undefined` into `void 0` which returns `undefined`
This plugin transforms `undefined` into `void 0` which returns `undefined`
regardless of if it's been reassigned.

@@ -9,0 +9,0 @@

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