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

eslint-plugin-moka

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-moka - npm Package Compare versions

Comparing version

to
0.0.7

4

CHANGELOG.md

@@ -5,2 +5,6 @@ Changelog

## 0.0.7
- Optimize rule "lingui-mark", support jsx properties "placeholder".([#6](https://github.com/southerncross/eslint-plugin-moka/pull/6))
## 0.0.6

@@ -7,0 +11,0 @@

@@ -73,2 +73,3 @@ module.exports = {

case 'title':
case 'placeholder':
return true;

@@ -75,0 +76,0 @@ default:

2

package.json
{
"name": "eslint-plugin-moka",
"version": "0.0.6",
"version": "0.0.7",
"description": "Eslint Plugin of Moka",

@@ -5,0 +5,0 @@ "keywords": [

@@ -117,2 +117,8 @@ 'use strict';

{
code: '<input placeholder="你好"></input>',
errors: [{
message: ERR_MSG,
}],
},
{
code: "httpErrors.BadRequestError('你好')",

@@ -119,0 +125,0 @@ errors: [{