@entur/tooltip
Advanced tools
Comparing version 2.5.19 to 2.5.20-beta.0
@@ -82,3 +82,5 @@ 'use strict'; | ||
var handleOpen = function handleOpen(event) { | ||
event.persist(); | ||
event.persist(); // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- Typescript interprets this differently depending on whether it's run in Jest or not | ||
// @ts-ignore -- for some reason, the type checker thinks that this setTimeout is run in node; it is not, because it is run in the browser | ||
hoverTimer = setTimeout(function () { | ||
@@ -85,0 +87,0 @@ setShowTooltip(true); |
@@ -73,3 +73,5 @@ import { useRandomId, warnAboutMissingStyles } from '@entur/utils'; | ||
var handleOpen = function handleOpen(event) { | ||
event.persist(); | ||
event.persist(); // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- Typescript interprets this differently depending on whether it's run in Jest or not | ||
// @ts-ignore -- for some reason, the type checker thinks that this setTimeout is run in node; it is not, because it is run in the browser | ||
hoverTimer = setTimeout(function () { | ||
@@ -76,0 +78,0 @@ setShowTooltip(true); |
{ | ||
"name": "@entur/tooltip", | ||
"version": "2.5.19", | ||
"version": "2.5.20-beta.0", | ||
"license": "EUPL-1.2", | ||
@@ -20,6 +20,8 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"start": "dts watch --noClean", | ||
"build": "dts build", | ||
"test": "dts test --env=jsdom", | ||
"lint": "dts lint" | ||
"start": "yarn run dts watch --noClean", | ||
"build": "yarn run dts build", | ||
"test": "yarn run dts test --env=jsdom", | ||
"prepack": "yarn run build", | ||
"prepublish": "yarn run test && yarn run lint", | ||
"lint": "yarn run dts lint" | ||
}, | ||
@@ -31,13 +33,16 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@entur/tokens": "^3.4.1" | ||
"@entur/tokens": "^3.4.2-beta.0", | ||
"dts-cli": "^1.1.6", | ||
"jest-watch-typeahead": "^2.2.0", | ||
"ts-jest": "^27.0.0" | ||
}, | ||
"dependencies": { | ||
"@entur/button": "^2.10.4", | ||
"@entur/icons": "^5.1.1", | ||
"@entur/layout": "^2.1.11", | ||
"@entur/utils": "^0.4.5", | ||
"@entur/button": "^2.10.5-beta.0", | ||
"@entur/icons": "^5.1.2-beta.0", | ||
"@entur/layout": "^2.1.12-beta.0", | ||
"@entur/utils": "^0.4.6-beta.0", | ||
"@popperjs/core": "^2.10.1", | ||
"react-popper": "^2.2.5" | ||
}, | ||
"gitHead": "77a4311927a9215106a9aae13c6e92e5f0f7f614" | ||
"gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
872
116861
4
14
3
1
Updated@entur/button@^2.10.5-beta.0
Updated@entur/icons@^5.1.2-beta.0
Updated@entur/layout@^2.1.12-beta.0
Updated@entur/utils@^0.4.6-beta.0