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

boxible

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boxible - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

dist/index.js

@@ -73,2 +73,6 @@ var styled = require('styled-components');

if (props.padding) {
Object.assign(styles, edgeStyle('padding', props.padding));
}
return styles;

@@ -75,0 +79,0 @@ };

@@ -72,2 +72,6 @@ import styled, { css } from 'styled-components';

if (props.padding) {
Object.assign(styles, edgeStyle('padding', props.padding));
}
return styles;

@@ -74,0 +78,0 @@ };

@@ -69,2 +69,6 @@ import styled, { css } from 'styled-components';

if (props.padding) {
Object.assign(styles, edgeStyle('padding', props.padding));
}
return styles;

@@ -71,0 +75,0 @@ };

@@ -76,2 +76,6 @@ (function (global, factory) {

if (props.padding) {
Object.assign(styles, edgeStyle('padding', props.padding));
}
return styles;

@@ -78,0 +82,0 @@ };

@@ -67,2 +67,3 @@ import { CSSObject, DefaultTheme, FlattenSimpleInterpolation } from 'styled-components';

margin?: SizeT | Area;
padding?: SizeT | Area;
}

@@ -69,0 +70,0 @@ export declare const genericStyles: (props: GenericPropsI & {

7

package.json
{
"name": "boxible",
"version": "0.0.3",
"version": "0.0.4",
"description": "Typescript React component to set flexbox properties on a element",

@@ -45,2 +45,3 @@ "repository": "https://github.com/nathanstitt/boxible",

"@types/node": "^15.0.2",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.9",

@@ -75,5 +76,3 @@ "@typescript-eslint/eslint-plugin": "^4.23.0",

],
"dependencies": {
"@types/react-test-renderer": "^17.0.1"
}
"dependencies": {}
}

@@ -80,2 +80,3 @@ import { css, CSSObject, DefaultTheme, FlattenSimpleInterpolation } from 'styled-components'

margin?: SizeT | Area
padding?: SizeT | Area
}

@@ -94,2 +95,5 @@

}
if (props.padding) {
Object.assign(styles, edgeStyle('padding', props.padding))
}
return styles

@@ -96,0 +100,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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