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

@entur/tooltip

Package Overview
Dependencies
Maintainers
13
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/tooltip - npm Package Compare versions

Comparing version 2.5.19 to 2.5.20-beta.0

4

dist/tooltip.cjs.development.js

@@ -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

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