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

eslint-plugin-smarthr

Package Overview
Dependencies
Maintainers
22
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-smarthr - npm Package Compare versions

Comparing version 0.2.22 to 0.2.23

CODE_OF_CONDUCT.md

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.2.23](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.2.22...v0.2.23) (2023-03-09)
### [0.2.22](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.2.21...v0.2.22) (2023-01-27)

@@ -7,0 +9,0 @@

2

package.json
{
"name": "eslint-plugin-smarthr",
"version": "0.2.22",
"version": "0.2.23",
"author": "SmartHR",

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

@@ -7,3 +7,3 @@ # smarthr/prohibit-path-within-template-literal

- 例
- NG: `\`${path.xxx}?${queryString}\``
- NG: `${path.xxx}?${queryString}`
- pathオブジェクト外でqueryStringが生成されてしまっており、どのようなqueryStringが設定される可能性があるか?という情報が拡散してしまう

@@ -10,0 +10,0 @@ - OK: `path.xxx({ xxxx: 'yyyyy' })`

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