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

eslint-plugin-smarthr

Package Overview
Dependencies
Maintainers
0
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.5.15 to 0.5.16

2

CHANGELOG.md

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

### [0.5.16](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.5.15...v0.5.16) (2024-10-25)
### [0.5.15](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.5.14...v0.5.15) (2024-09-10)

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

2

package.json
{
"name": "eslint-plugin-smarthr",
"version": "0.5.15",
"version": "0.5.16",
"author": "SmartHR",

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

@@ -96,3 +96,3 @@ const { generateTagFormatter } = require('../../libs/format_styled_components')

const result = c.openingElement.attributes.reduce((prev, a) => {
const n = a.name.name
const n = a.name?.name

@@ -99,0 +99,0 @@ if (prev || n === 'text') {

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