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

@lion/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/tooltip - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.9.0...@lion/tooltip@0.10.0) (2020-05-18)
### Features
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.13...@lion/tooltip@0.9.0) (2020-05-18)

@@ -8,0 +19,0 @@

16

package.json
{
"name": "@lion/tooltip",
"version": "0.9.0",
"version": "0.10.0",
"description": "Show relative overlay content on hover",

@@ -18,4 +18,4 @@ "author": "ing-bank",

"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/tooltip/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/tooltip/test/**/*.test.js\""
"test": "cd ../../ && yarn test:browser --grep \"packages/tooltip/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/tooltip/test/**/*.test.js\""
},

@@ -37,7 +37,11 @@ "keywords": [

],
"sideEffects": [
"lion-tooltip.js",
"lion-tooltip-arrow.js"
],
"dependencies": {
"@lion/core": "0.5.2",
"@lion/overlays": "0.14.0"
"@lion/core": "0.6.0",
"@lion/overlays": "0.15.0"
},
"gitHead": "612ad1f19f89e8370f7f26d80bc17792b0009fa7"
"gitHead": "f9ce60c08cf0c608f5f3a9ef9937c536f7782c11"
}
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