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

@esri/eslint-plugin-calcite-components

Package Overview
Dependencies
Maintainers
41
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/eslint-plugin-calcite-components - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

dist/index.js

@@ -183,3 +183,3 @@ 'use strict';

/* Copyright 2021 Esri
/* Copyright 2022 Esri
*

@@ -205,3 +205,3 @@ * Licensed under the Apache License Version 2.0 (the "License");

/* Copyright 2021 Esri
/* Copyright 2022 Esri
*

@@ -248,3 +248,3 @@ * Licensed under the Apache License Version 2.0 (the "License");

/* Copyright 2021 Esri
/* Copyright 2022 Esri
*

@@ -274,3 +274,3 @@ * Licensed under the Apache License Version 2.0 (the "License");

/* Copyright 2021 Esri
/* Copyright 2022 Esri
*

@@ -277,0 +277,0 @@ * Licensed under the Apache License Version 2.0 (the "License");

{
"name": "@esri/eslint-plugin-calcite-components",
"version": "0.2.0",
"version": "0.2.1",
"description": "ESLint rules for @esri/calcite-components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -44,2 +44,6 @@ # @esri/eslint-plugin-calcite-components

- [`@esri/calcite-components/ban-events`](./docs/ban-events.md)
This rule helps prevent usage of specific events and allows suggesting alternatives.
- [`@esri/calcite-components/ban-props-on-host`](./docs/ban-props-on-host.md)

@@ -49,2 +53,6 @@

- [`@esri/calcite-components/require-event-emitter-type`](./docs/require-event-emitter-type.md)
This rule helps enforce the payload type to EventEmitters to avoid misleading `any` type on the CustomEvent detail object.
- [`@esri/calcite-components/strict-boolean-attributes`](./docs/strict-boolean-attributes.md)

@@ -59,2 +67,3 @@

"@esri/calcite-components/ban-props-on-host": "error",
"@esri/calcite-components/require-event-emitter-type": "error",
"@esri/calcite-components/strict-boolean-attributes": "error"

@@ -61,0 +70,0 @@ }

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