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

babel-plugin-comments

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-comments - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "babel-plugin-comments",
"version": "1.0.3",
"version": "1.0.4",
"description": "It's a babel plugin for remove comments.",

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

@@ -28,13 +28,13 @@

```
none (default): nothing will be removed;
- none (default): nothing will be removed;
all : all comments will be removed;
- all: all comments will be removed;
line : commentline will be removed(such as: ```//example```);
- line: commentline will be removed(such as: //example);
CommentLine : same as 'line';
- CommentLine : same as 'line';
block : commentblock will be removed(such as: ```/* example*/```);
- block: commentblock will be removed(such as: /* example*/);
CommentBlock : same as 'block';
- CommentBlock: same as 'block';

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