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

@es-joy/jsdoccomment

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@es-joy/jsdoccomment - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

src/toCamelCase.js

5

CHANGES.md
# CHANGES for `@es-joy/jsdoccomment`
## 0.3.0
- Enhancement: Expose `toCamelCase` as new method rather than within a
utility file.
## 0.2.0

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

2

package.json
{
"name": "@es-joy/jsdoccomment",
"version": "0.2.0",
"version": "0.3.0",
"author": "Brett Zamir <brettz9@yahoo.com>",

@@ -5,0 +5,0 @@ "contributors": [],

export {default as commentHandler} from './commentHandler.js';
export {default as toCamelCase} from './toCamelCase.js';
export * from './commentParserToESTree.js';

@@ -4,0 +6,0 @@

import esquery from 'esquery';
import {toCamelCase} from './utils.js';
import toCamelCase from './toCamelCase.js';

@@ -4,0 +4,0 @@ const jsdoctypeparserToESTree = (parsedType) => {

Sorry, the diff of this file is not supported yet

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