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.17 to 1.0.18

src/components/we/button/index.js

20

package.json
{
"name": "glpb-components-rn",
"version": "1.0.17",
"description": "React Native components interface for page builder",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WE-TEAM",
"license": "ISC"
}
"name": "glpb-components-rn",
"version": "1.0.18",
"description": "React Native components interface for page builder",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WE-TEAM",
"license": "ISC"
}

@@ -23,2 +23,8 @@ /**

const WEButton = require('./components/we/button');
const WEImage = require('./components/we/image');
const WEDesc = require('./components/we/desc');
const WEMeta = require('./components/we/meta');
const WEProducts = require('./components/we/products');
const WELink = require('./components/we/link');

@@ -33,5 +39,12 @@ module.exports = {

ViewMoreLink,
BuyBtn
BuyBtn,
WEButton,
WEImage,
WEDesc,
WEMeta,
WEProducts,
WELink,
};
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