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

nuclide-commons-ui

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuclide-commons-ui - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

styles/TruncatedButton.less

14

AtomTextEditor.js

@@ -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": {
}
}
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