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 1.0.3 to 1.0.4

4

CHANGELOG.md
# Changelog
## 1.0.4 - 2015-07-08
* Added: webpack build
## 1.0.3 - 2015-07-03

@@ -4,0 +8,0 @@

23

package.json
{
"name": "react-simple-tooltip",
"version": "1.0.3",
"version": "1.0.4",
"description": "A lightweight and simple tooltip component for React",

@@ -25,15 +25,22 @@ "repository": {

"dependencies": {
"babel-runtime": "~5.6.4",
"classnames": "~2.1.2",
"react": "^0.13.1"
"react": "^0.13.3"
},
"devDependencies": {
"babel": "^5.4.5",
"babel-eslint": "^3.1.5",
"eslint": "^0.21.1",
"eslint-plugin-react": "^2.1.0"
"babel": "~5.6.14",
"babel-core": "~5.6.15",
"babel-eslint": "~3.1.20",
"babel-loader": "~5.1.4",
"css-loader": "~0.15.1",
"eslint": "~0.21.2",
"eslint-loader": "~0.14.0",
"eslint-plugin-react": "~2.6.4",
"node-libs-browser": "~0.5.2",
"style-loader": "~0.12.2",
"webpack": "~1.10.1"
},
"scripts": {
"clean": "rm -rf lib",
"build": "babel src --out-dir lib --copy-files",
"watch": "npm run build -- --watch",
"build": "webpack --progress --colors --display-modules",
"lint": "eslint src/",

@@ -40,0 +47,0 @@ "prepublish": "npm run clean && npm run build"

@@ -17,2 +17,6 @@ # react-simple-tooltip

## Demo
http://cedricdelpoux.github.io/react-simple-tooltip/
## Usage

@@ -108,8 +112,2 @@

### Watch `src` folder
```js
npm run watch
```
### Lint `src` folder

@@ -116,0 +114,0 @@

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