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
3
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.12 to 1.0.13

2

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

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

@@ -15,3 +15,3 @@ /**

const tpl = `<div class=""><a class="glpb-content"></a></div>`;
const tpl = `<div class=""><span class="glpb-content"></span></div>`;

@@ -21,4 +21,4 @@

{
componentName : 'pbrn_open_app_btn',
componentNameZh : '打开APP按钮',
componentName : 'pbrn_open_finance',
componentNameZh : '打开WE理财APP',
componentCategory : BaseComponent.CATEGORY.UI,

@@ -33,5 +33,5 @@ platform : BaseComponent.PLATFORM.REACT_NATIVE,

return {
width : '7.5rem',
height : '0.9rem',
lineHeight : '0.9rem',
width : 375,
height: 45,
lineHeight: 45,
backgroundColor : '#cc6a2f',

@@ -46,8 +46,6 @@ paddingTop : 0,

marginLeft : 0,
position : 'fixed',
textAlign : 'center',
color : '#fff',
fontSize : '0.28rem',
textAlign : 'center',
position : 'fixed',
left : 0,
bottom: 0
fontSize : 14
};

@@ -54,0 +52,0 @@ },

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