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

rc-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tooltip - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

lib/index.js

30

package.json
{
"name": "rc-tooltip",
"version": "1.1.1",
"version": "1.1.2",
"description": "tooltip ui component for react",

@@ -11,2 +11,3 @@ "keywords": [

],
"main": "lib/index",
"homepage": "http://github.com/react-component/tooltip",

@@ -24,10 +25,2 @@ "maintainers": [

"licenses": "MIT",
"spm": {
"dependencies": {
"react": "*",
"dom-align": "1.x",
"rc-css-transition-group": "1.x",
"rc-util": "2.x"
}
},
"config": {

@@ -38,2 +31,3 @@ "port": 8000

"build": "rc-tools run build",
"precommit": "rc-tools run precommit",
"less": "rc-tools run less",

@@ -43,8 +37,7 @@ "gh-pages": "rc-tools run gh-pages",

"start": "node --harmony node_modules/.bin/rc-server",
"publish": "spm publish && rc-tools run tag",
"publish": "rc-tools run tag",
"lint": "rc-tools run lint",
"test": "",
"saucelabs": "rc-tools run saucelabs",
"browser-test": "rc-tools run browser-test",
"browser-test-cover": "rc-tools run browser-test-cover"
"saucelabs": "node --harmony node_modules/.bin/rc-tools run saucelabs",
"browser-test": "node --harmony node_modules/.bin/rc-tools run browser-test",
"browser-test-cover": "node --harmony node_modules/.bin/rc-tools run browser-test-cover"
},

@@ -58,15 +51,14 @@ "devDependencies": {

"precommit-hook": "^1.0.7",
"rc-server": "^2.0.0",
"rc-tools": "2.x",
"rc-server": "3.x",
"rc-tools": "3.x",
"react": "^0.13.0"
},
"precommit": [
"lint",
"less"
"precommit"
],
"dependencies": {
"dom-align": "1.x",
"rc-css-transition-group": "1.x",
"rc-css-transition-group": "2.x",
"rc-util": "2.x"
}
}

@@ -111,3 +111,3 @@ # rc-tooltip

<td></td>
<td>one of ['left','right','top','bottom'] or alignConfig of [dom-align](https://github.com/yiminghe/dom-align)</td>
<td>one of ['left','right','top','bottom'] or alignConfig of [dom-align](https://github.com/yiminghe/dom-align) </td>
</tr>

@@ -114,0 +114,0 @@ <tr>

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