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

react-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
347
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tooltip - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

dist/style.js

4

package.json
{
"name": "react-tooltip",
"version": "0.5.0",
"version": "0.5.1",
"description": "react tooltip component",

@@ -13,3 +13,3 @@ "main": "dist/react-tooltip.js",

"dev": "mkdir -p ./example/dist & npm run devjs & npm run devcss & http-server example -p 8888 -s -o",
"deployjs": "babel src/index.js --out-file dist/react-tooltip.js",
"deployjs": "babel src/index.js --out-file dist/react-tooltip.js && babel src/style.js --out-file dist/style.js",
"predeploycss": "cp src/index.scss dist/react-tooltip.scss",

@@ -16,0 +16,0 @@ "deploycss": "node-sass --output-style compressed src/index.scss dist/react-tooltip.min.css",

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