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

cf-component-box

Package Overview
Dependencies
Maintainers
18
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-box - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

package-lock.json

10

es/propertiesSpec.js

@@ -263,2 +263,12 @@ import React from 'react';

},
maxWidth: {
propType: numberOrString,
default: 0,
preprocessWith: [pxToRem]
},
maxHeight: {
propType: numberOrString,
default: 0,
preprocessWith: [pxToRem]
},

@@ -265,0 +275,0 @@ verticalAlign: {

@@ -277,2 +277,12 @@ 'use strict';

},
maxWidth: {
propType: numberOrString,
default: 0,
preprocessWith: [pxToRem]
},
maxHeight: {
propType: numberOrString,
default: 0,
preprocessWith: [pxToRem]
},

@@ -279,0 +289,0 @@ verticalAlign: {

2

package.json
{
"name": "cf-component-box",
"description": "Cloudflare Box Component",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.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