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

eslint-plugin-orbit-components

Package Overview
Dependencies
Maintainers
17
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-orbit-components - npm Package Compare versions

Comparing version 0.2.0-develop to 0.2.0-develop.1

4

dist/rules/buttonHasTitle.js

@@ -38,3 +38,5 @@ "use strict";

variables[declaration.id.name] = declaration.init.properties.map(function (property) {
return property.key.name;
if (property.key && property.key.name) {
return property.key.name;
}
});

@@ -41,0 +43,0 @@ }

{
"name": "eslint-plugin-orbit-components",
"version": "0.2.0-develop",
"version": "0.2.0-develop.1",
"description": "Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components",

@@ -5,0 +5,0 @@ "repository": {

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