Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-popper-tooltip

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-popper-tooltip - npm Package Compare versions

Comparing version 3.0.0-alpha.0 to 3.0.0

2

dist/cjs/react-popper-tooltip.js

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

var TooltipContext = React.createContext({}); // eslint-disable-next-line @typescript-eslint/no-explicit-any
var TooltipContext = /*#__PURE__*/React.createContext({}); // eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -13,0 +13,0 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -8,3 +8,3 @@ import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';

var TooltipContext = React.createContext({}); // eslint-disable-next-line @typescript-eslint/no-explicit-any
var TooltipContext = /*#__PURE__*/React.createContext({}); // eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -11,0 +11,0 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -108,3 +108,3 @@ import React from 'react';

* Options to MutationObserver, used internally for updating
* tooltip position based on trigger DOM changes
* tooltip position based on its DOM changes
* @default { childList: true, subtree: true }

@@ -111,0 +111,0 @@ */

{
"name": "react-popper-tooltip",
"version": "3.0.0-alpha.0",
"version": "3.0.0",
"description": "React tooltip library built around react-popper",

@@ -53,32 +53,32 @@ "homepage": "https://react-popper-tooltip.netlify.app",

"dependencies": {
"@babel/runtime": "^7.10.2",
"@popperjs/core": "^2.4.2",
"@babel/runtime": "^7.10.4",
"@popperjs/core": "^2.4.3",
"react-popper": "^2.2.3"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@testing-library/react": "^10.2.1",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.36",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@testing-library/react": "^10.4.3",
"@types/jest": "^26.0.3",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"docz": "^2.3.1",
"eslint": "^7.2.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.10",
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rollup": "^2.16.0",
"rollup": "^2.18.1",
"rollup-plugin-babel": "^4.4.0",

@@ -85,0 +85,0 @@ "rollup-plugin-node-resolve": "^5.2.0",

@@ -220,3 +220,3 @@ # React Tooltip

Options to `MutationObserver`, used internally for updating tooltip position based on trigger DOM changes.
Options to `MutationObserver`, used internally for updating tooltip position based on its DOM changes.
For more information, refer to [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) docs.

@@ -223,0 +223,0 @@

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