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

@lowdefy/block-utils

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowdefy/block-utils - npm Package Compare versions

Comparing version 4.0.0-rc.9 to 4.0.0-rc.10

2

dist/HtmlComponent.js

@@ -28,3 +28,3 @@ /*

render() {
const { div , id , methods , style } = this.props;
const { div, id, methods, style } = this.props;
if (div === true) {

@@ -31,0 +31,0 @@ return /*#__PURE__*/ React.createElement("div", {

@@ -65,3 +65,3 @@ /* eslint-disable no-undef */ /*

}
const { xs , sm , md , lg , xl , xxl , ...others } = style;
const { xs, sm, md, lg, xl, xxl, ...others } = style;
if (xs) {

@@ -68,0 +68,0 @@ others[mq.xs] = xs;

@@ -18,3 +18,3 @@ /*

import HtmlComponent from './HtmlComponent.js';
const renderHtml = ({ div , html , id , methods , style })=>type.isNone(html) ? undefined : /*#__PURE__*/ React.createElement(HtmlComponent, {
const renderHtml = ({ div, html, id, methods, style })=>type.isNone(html) ? undefined : /*#__PURE__*/ React.createElement(HtmlComponent, {
div: div,

@@ -21,0 +21,0 @@ html: html,

{
"name": "@lowdefy/block-utils",
"version": "4.0.0-rc.9",
"version": "4.0.0-rc.10",
"license": "Apache-2.0",

@@ -45,4 +45,4 @@ "description": "Lowdefy Block Utils",

"@emotion/css": "11.10.5",
"@lowdefy/helpers": "4.0.0-rc.9",
"dompurify": "2.4.1",
"@lowdefy/helpers": "4.0.0-rc.10",
"dompurify": "2.4.7",
"react": "18.2.0",

@@ -52,7 +52,7 @@ "react-dom": "18.2.0"

"devDependencies": {
"@babel/core": "7.20.7",
"@babel/core": "7.22.9",
"@emotion/jest": "11.10.5",
"@swc/cli": "0.1.59",
"@swc/core": "1.3.24",
"@swc/jest": "0.2.24",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.70",
"@swc/jest": "0.2.27",
"@testing-library/dom": "8.19.1",

@@ -62,4 +62,4 @@ "@testing-library/react": "13.4.0",

"copyfiles": "2.4.1",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest-serializer-html": "7.1.0"

@@ -70,3 +70,3 @@ },

},
"gitHead": "d20e6ac424643feca527a732dc2b0710713c8243"
"gitHead": "537af074f27770e32da9da8d48490f2eda94b406"
}
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