Socket
Socket
Sign inDemoInstall

fower-plugin-box-sizing

Package Overview
Dependencies
9
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.72.0 to 1.73.0

3

dist/fower-plugin-box-sizing.cjs.development.js

@@ -10,3 +10,2 @@ 'use strict';

}
var index = (function () {

@@ -18,3 +17,3 @@ return {

var key = atom.key,
value = atom.value;
value = atom.value;
if (key === 'boxSizing') v = value;

@@ -21,0 +20,0 @@ if (key === 'boxBorder') v = 'border-box';

@@ -6,3 +6,2 @@ import { kebab } from '@fower/utils';

}
var index = (function () {

@@ -14,3 +13,3 @@ return {

var key = atom.key,
value = atom.value;
value = atom.value;
if (key === 'boxSizing') v = value;

@@ -17,0 +16,0 @@ if (key === 'boxBorder') v = 'border-box';

{
"name": "fower-plugin-box-sizing",
"version": "1.72.0",
"version": "1.73.0",
"license": "MIT",

@@ -26,8 +26,8 @@ "main": "dist/index.js",

"dependencies": {
"@fower/atomic-props": "^1.72.0",
"@fower/core": "^1.72.0",
"@fower/utils": "^1.72.0",
"@fower/atomic-props": "^1.73.0",
"@fower/core": "^1.73.0",
"@fower/utils": "^1.73.0",
"csstype": "^3.0.8"
},
"gitHead": "c84a9d5fe0b3a55ab835f3a7a77c6654d25ef6ef"
"gitHead": "cfc4d4e79e4ed784b2a3442fc8c0b43061a23a8d"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc