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

eslint-plugin-uilib

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-uilib - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

4

lib/rules/component-deprecation.js

@@ -116,3 +116,5 @@ const _ = require('lodash');

_.forEach(spreadSource.properties, (property) => {
checkPropDeprecation(property.key, property.key.name, props, name);
const key = _.get(property, 'key');
const propName = _.get(property, 'key.name');
checkPropDeprecation(key, propName, props, name);
});

@@ -119,0 +121,0 @@ }

{
"name": "eslint-plugin-uilib",
"version": "1.0.18",
"version": "1.0.19",
"description": "uilib set of eslint rules",

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

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