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

@lostmyname/components

Package Overview
Dependencies
Maintainers
8
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lostmyname/components - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

lib/ActionButtonSet.js

@@ -225,2 +225,8 @@ (function webpackUniversalModuleDefinition(root, factory) {

propTypes: componentPropTypes,
getDefaultProps: function getDefaultProps() {
return {
colsSpacedOn: 'base'
};
},
getEmptyChildren: function getEmptyChildren() {

@@ -227,0 +233,0 @@ if (this.props.children) {

@@ -161,2 +161,8 @@ (function webpackUniversalModuleDefinition(root, factory) {

propTypes: componentPropTypes,
getDefaultProps: function getDefaultProps() {
return {
colsSpacedOn: 'base'
};
},
getEmptyChildren: function getEmptyChildren() {

@@ -163,0 +169,0 @@ if (this.props.children) {

@@ -186,2 +186,8 @@ (function webpackUniversalModuleDefinition(root, factory) {

propTypes: componentPropTypes,
getDefaultProps: function getDefaultProps() {
return {
colsSpacedOn: 'base'
};
},
getEmptyChildren: function getEmptyChildren() {

@@ -188,0 +194,0 @@ if (this.props.children) {

2

package.json
{
"name": "@lostmyname/components",
"version": "1.0.2",
"version": "1.0.3",
"description": "The home of all of Lost My Name's reusable React Components",

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

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