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
0
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 2.0.0-next.2 to 2.0.0-next.3

10

dist/index.js
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://github.com/Esri/calcite-design-system/blob/2.0.0-next.2/LICENSE.md for details.
See https://github.com/Esri/calcite-design-system/blob/2.0.0-next.3/LICENSE.md for details.
*/

@@ -79,5 +79,7 @@ 'use strict';

function isCreateElement(node) {
return (node?.callee?.type === "MemberExpression" &&
node?.callee?.object?.name === "document" &&
node?.callee?.property?.name === "createElement" &&
return (node.callee?.type === "MemberExpression" &&
node.callee?.object?.type === "Identifier" &&
node.callee?.object?.name === "document" &&
node.callee?.property?.type === "Identifier" &&
node.callee?.property?.name === "createElement" &&
node.arguments.length >= 1);

@@ -84,0 +86,0 @@ }

4

package.json
{
"name": "@esri/eslint-plugin-calcite-components",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "ESLint rules for @esri/calcite-components",

@@ -33,3 +33,3 @@ "repository": {

},
"gitHead": "6bc1ab0b40851d5731904b768fc7860a6a72b01c"
"gitHead": "436c8d5a67c2d851e835d4ae4f0d664d5205cc71"
}
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