New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-camelcase-ohm

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-camelcase-ohm - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "eslint-plugin-camelcase-ohm",
"description": "An ESLint plugin that extends the built-in camelcase rule to allow underscores in semantic action names.",
"version": "0.2.0",
"version": "0.2.1",
"author": "Patrick Dubroy <pdubroy@gmail.com> (http://dubroy.com)",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -11,3 +11,3 @@ # eslint-plugin-camelcase-ohm

- Install this package as a dev dependency, e.g. `npm install eslint-plugin-camelcase-ohm`.
- Install this package as a dev dependency, e.g. `npm install --save-dev eslint-plugin-camelcase-ohm`.

@@ -18,3 +18,3 @@ - Ensure the plugin is loaded, e.g. by adding the following to your `.eslintrc` file:

"plugins": [
"eslint-plugin-camelcase-ohm"
"camelcase-ohm"
]

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