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

format-javascript-comment

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

format-javascript-comment - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "format-javascript-comment",
"main": "./lib/format-comment",
"version": "0.1.2",
"version": "0.1.3",
"author": "Jan Amann <jan@amann.me>",

@@ -6,0 +6,0 @@ "description": "Format your JavaScript comments",

@@ -24,2 +24,7 @@ # Format JavaScript comment for Atom

## Features
- Single line comments (`// Whatever`)
- Multiline comments (`* Whatever`)
- JSDoc tags always start on a new line (` * @param {string} name Some description.`)
## How?

@@ -31,7 +36,2 @@ 1. Install format-javascript-comment (either through the package manager or through `apm install format-javascript-comment`).

## Features
- Single line comments (`// Whatever`)
- Multiline comments (`* Whatever`)
- JSDoc tags always start on a new line (` * @param {string} name Some description.`)
## TODO

@@ -38,0 +38,0 @@ - Better way to find the selection automatically if no selection is provided

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