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

eslint-plugin-wc

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-wc - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

lib/util/text.d.ts

@@ -31,2 +31,2 @@ /**

*/
export declare function toCaseByType(str: string, type: 'kebab' | 'camel' | 'snake' | 'pascal'): string;
export declare function toCaseByType(str: string, type: 'kebab' | 'camel' | 'snake' | 'pascal' | 'none'): string;

@@ -68,4 +68,6 @@ "use strict";

return toPascalCase(str);
case 'none':
return str;
}
}
exports.toCaseByType = toCaseByType;
{
"name": "eslint-plugin-wc",
"version": "2.0.3",
"version": "2.0.4",
"description": "ESLint plugin for Web Components",

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

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