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

@newageerp/v3.badges.tooltip

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newageerp/v3.badges.tooltip - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

7

dist/tooltip.js

@@ -28,3 +28,3 @@ "use strict";

const react_1 = __importStar(require("react"));
const react_tooltip_1 = require("react-tooltip");
const react_tooltip_1 = __importDefault(require("react-tooltip"));
const md5 = require("md5");

@@ -41,8 +41,5 @@ function Tooltip(props) {

react_1.default.createElement("i", { className: (0, classnames_1.default)("fa fa-regular fa-info-circle", textColor, className) })),
react_1.default.createElement(react_tooltip_1.Tooltip, { id: "view-" + helpKey,
// multiline={true}
// type={"light"}
place: props.place, className: (0, classnames_1.default)('tw3-rounded-md', 'tw3-shadow-md', "tw3-text-left tw3-max-w-md") })));
react_1.default.createElement(react_tooltip_1.default, { id: "view-" + helpKey, multiline: true, type: "light", place: props.place, className: (0, classnames_1.default)('tw3-rounded-md', 'tw3-shadow-md', "tw3-text-left tw3-max-w-md") })));
}
exports.Tooltip = Tooltip;
//# sourceMappingURL=tooltip.js.map
{
"name": "@newageerp/v3.badges.tooltip",
"version": "2.4.2",
"version": "2.4.3",
"homepage": "https://bit.dev/newageerp/v3/badges/tooltip",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"name": "v3/badges/tooltip",
"version": "2.4.2"
"version": "2.4.3"
},

@@ -15,3 +15,3 @@ "dependencies": {

"md5": "2.3.0",
"react-tooltip": "5.21.1",
"react-tooltip": "4.2.21",
"core-js": "^3.0.0"

@@ -18,0 +18,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