nuclide-commons-ui
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -217,5 +217,13 @@ /** | ||
} | ||
const {presenter} = component; | ||
presenter.startBlinkingCursors = doNothing; | ||
presenter.stopBlinkingCursors(false); | ||
if (component.startCursorBlinking) { | ||
component.startCursorBlinking = doNothing; | ||
component.stopCursorBlinking(); | ||
} else { | ||
const {presenter} = component; | ||
if (presenter == null) { | ||
return; | ||
} | ||
presenter.startBlinkingCursors = doNothing; | ||
presenter.stopBlinkingCursors(false); | ||
} | ||
} | ||
@@ -222,0 +230,0 @@ |
{ | ||
"name": "nuclide-commons-ui", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Common Nuclide UI components.", | ||
@@ -16,10 +16,8 @@ "license": "SEE LICENSE IN LICENSE", | ||
"classnames": "2.2.5", | ||
"nuclide-commons": "0.1.0", | ||
"nuclide-commons-atom": "0.1.0", | ||
"nuclide-commons": "0.1.1", | ||
"nuclide-commons-atom": "0.1.1", | ||
"react": "15.3.1", | ||
"react-dom": "15.3.1", | ||
"rxjs": "5.3.1" | ||
}, | ||
"devDependencies": { | ||
} | ||
} |
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
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
86624
50
2724
0
+ Addedasync@0.2.10(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs-plus@2.9.3(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.1.1(transitive)
+ Addedidx@1.2.0(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedlru-cache@4.0.2(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@0.0.8(transitive)
+ Addedmkdirp@0.3.50.5.1(transitive)
+ Addednuclide-commons@0.1.1(transitive)
+ Addednuclide-commons-atom@0.1.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedrimraf@2.2.82.5.4(transitive)
+ Addedsemver@5.3.0(transitive)
+ Addedtemp@0.8.3(transitive)
+ Addedunderscore@1.13.7(transitive)
+ Addedunderscore-plus@1.7.0(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyallist@2.1.2(transitive)
- Removedlodash.memoize@3.0.4(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removednuclide-commons@0.1.0(transitive)
- Removednuclide-commons-atom@0.1.0(transitive)
- Removedsemver@5.7.2(transitive)
Updatednuclide-commons@0.1.1
Updatednuclide-commons-atom@0.1.1