New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cosmo-ui

Package Overview
Dependencies
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosmo-ui - npm Package Compare versions

Comparing version 0.1.90 to 0.1.91

.vscode/settings.json

7

dist/web/flex.js

@@ -27,3 +27,3 @@ "use strict";

Flex.prototype.componentWillMount = function () {
this.flexClassesCache = this.flexClasses();
this.flexClassesCache = this.flexClasses(this.props);
};

@@ -62,8 +62,7 @@ Flex.prototype.componentWillUpdate = function (nextProps) {

if (shortcutPropsUpdated || breakpointsUpdated) {
this.flexClassesCache = this.flexClasses();
this.flexClassesCache = this.flexClasses(nextProps);
}
};
Flex.prototype.flexClasses = function () {
Flex.prototype.flexClasses = function (props) {
var _this = this;
var props = this.props;
// Build a map of classes keyed by their normal name

@@ -70,0 +69,0 @@ var shortcutClasses = utils_1.flatten(Object.keys(this.shortcutProps)

{
"name": "cosmo-ui",
"version": "0.1.90",
"version": "0.1.91",
"description": "Common React components",

@@ -5,0 +5,0 @@ "main": "./index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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