rc-tooltip
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"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> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
16739
7
305
1
+ Addedrc-css-transition-group@2.1.4(transitive)
- Removedrc-css-transition-group@1.0.2(transitive)
Updatedrc-css-transition-group@2.x