@workday/canvas-kit-react-core
Advanced tools
Comparing version 3.4.1-prerelease.8 to 3.4.1-prerelease.9
@@ -182,3 +182,5 @@ "use strict"; | ||
} | ||
var options = this.state.supportsPassive ? { passive: true } : false; | ||
var options = this.state.supportsPassive | ||
? { passive: true } | ||
: false; | ||
var fn = enable ? window.addEventListener : window.removeEventListener; | ||
@@ -185,0 +187,0 @@ if (window.PointerEvent) { |
@@ -170,3 +170,5 @@ var __extends = (this && this.__extends) || (function () { | ||
} | ||
var options = this.state.supportsPassive ? { passive: true } : false; | ||
var options = this.state.supportsPassive | ||
? { passive: true } | ||
: false; | ||
var fn = enable ? window.addEventListener : window.removeEventListener; | ||
@@ -173,0 +175,0 @@ if (window.PointerEvent) { |
{ | ||
"name": "@workday/canvas-kit-react-core", | ||
"version": "3.4.1-prerelease.8+c8d918e", | ||
"version": "3.4.1-prerelease.9+52a69b0", | ||
"description": "A group of core primitives (i.e. colors, text, etc.)", | ||
@@ -49,3 +49,3 @@ "author": "Workday, Inc. (https://www.workday.com)", | ||
}, | ||
"gitHead": "c8d918e77da925994e59674046231c9df6664f09" | ||
"gitHead": "52a69b08cb8adeed7632ea9bd7b973007563a2bf" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
174437
3518