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

glpb-components-rn

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glpb-components-rn - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

2

package.json
{
"name": "glpb-components-rn",
"version": "1.0.20",
"version": "1.0.21",
"description": "React Native components interface for page builder",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -24,2 +24,4 @@ /**

marginBottom: 0,
marginLeft: 0,
marginRight: 0,
}),

@@ -88,6 +90,6 @@

updateCSSStyle: function (style) {
const { marginBottom, marginTop } = style;
const { marginBottom, marginTop, marginLeft, marginRight } = style;
this.$content.css({
marginBottom, marginTop,
marginBottom, marginTop, marginLeft, marginRight,
});

@@ -94,0 +96,0 @@ },

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