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

react-simple-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-tooltip - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

2

es/components/Bubble/index.js

@@ -24,3 +24,3 @@ var _templateObject = _taggedTemplateLiteralLoose(["\n color: ", ";\n background: ", ";\n border-radius: ", ";\n border: 1px solid ", ";\n padding: ", ";\n font-size: ", ";\n font-family: ", ";\n "], ["\n color: ", ";\n background: ", ";\n border-radius: ", ";\n border: 1px solid ", ";\n padding: ", ";\n font-size: ", ";\n font-family: ", ";\n "]);

padding: PropTypes.number,
radius: PropTypes.number,
radius: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
fontSize: PropTypes.string,

@@ -27,0 +27,0 @@ fontFamily: PropTypes.string,

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

padding: _propTypes2.default.number,
radius: _propTypes2.default.number,
radius: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number]),
fontSize: _propTypes2.default.string,

@@ -36,0 +36,0 @@ fontFamily: _propTypes2.default.string,

{
"name": "react-simple-tooltip",
"version": "2.6.1",
"version": "2.6.2",
"author": {
"name": "Cédric Delpoux",
"email": "xuopled@gmail.com"
"email": "cedric.delpoux@gmail.com"
},

@@ -15,3 +15,3 @@ "description": "A lightweight and simple tooltip component for React",

],
"homepage": "https://github.com/xuopled/react-simple-tooltip#readme",
"homepage": "https://github.com/cedricdelpoux/react-simple-tooltip#readme",
"keywords": [

@@ -27,3 +27,3 @@ "react",

"type": "git",
"url": "git+https://github.com/xuopled/react-simple-tooltip.git"
"url": "git+https://github.com/cedricdelpoux/react-simple-tooltip.git"
},

@@ -36,12 +36,10 @@ "scripts": {

"precommit": "lint-staged",
"prepublish": "npm run snyk-protect; yarn run clean && yarn run build",
"prepublish": "yarn clean && yarn build",
"start": "nwb serve-react-demo --port 1190",
"test": "jest --config jest.config.json --colors --no-cache",
"test:snapshot:update": "jest --config jest.config.json --updateSnapshot",
"test:watch": "yarn run test -- --watch",
"snyk-protect": "snyk protect"
"test:watch": "yarn run test -- --watch"
},
"dependencies": {
"@emotion/core": "^10.0.10",
"snyk": "^1.189.0"
"@emotion/core": "^10.0.10"
},

@@ -85,4 +83,3 @@ "devDependencies": {

"react": "^15.0.0 || ^16.0.0"
},
"snyk": true
}
}

@@ -119,8 +119,8 @@ # react-simple-tooltip

[npm]: https://www.npmjs.org/package/react-simple-tooltip
[build-badge]: https://img.shields.io/travis/xuopled/react-simple-tooltip/master.svg?style=flat-square
[build]: https://travis-ci.org/xuopled/react-simple-tooltip
[codecov-badge]: https://img.shields.io/codecov/c/github/xuopled/react-simple-tooltip.svg?style=flat-square
[codecov]: https://codecov.io/gh/xuopled/react-simple-tooltip
[build-badge]: https://img.shields.io/travis/cedricdelpoux/react-simple-tooltip/master.svg?style=flat-square
[build]: https://travis-ci.org/cedricdelpoux/react-simple-tooltip
[codecov-badge]: https://img.shields.io/codecov/c/github/cedricdelpoux/react-simple-tooltip.svg?style=flat-square
[codecov]: https://codecov.io/gh/cedricdelpoux/react-simple-tooltip
[module-formats]: https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat-square
[github-page]: https://xuopled.github.io/react-simple-tooltip
[github-issue]: https://github.com/xuopled/react-simple-tooltip/issues/new
[github-page]: https://cedricdelpoux.github.io/react-simple-tooltip
[github-issue]: https://github.com/cedricdelpoux/react-simple-tooltip/issues/new

Sorry, the diff of this file is too big to display

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