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

member-signup

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

member-signup

> Shopper-Member is used in the checkout flow of the Social Share/Selling Tools: > - My Site/Storefront > - Personal/Product Offer/MyStore > - Vera Skin Consultation > - Orion shopping event hosting >

  • 1.2.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

member-signup

Shopper-Member is used in the checkout flow of the Social Share/Selling Tools:

  • My Site/Storefront
  • Personal/Product Offer/MyStore
  • Vera Skin Consultation
  • Orion shopping event hosting

Check out the Shopper Member documentation.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

NOTE: you can mock some config such as country and language by using:

// ./main.js

if (process.env.NODE_ENV === 'local') {
  RunConfigService.setRunConfig({
    language: 'es',
    country: 'CO'
  });
  /** TODO: dynmamic url */
  RunConfigService.setBaseUrl('https://test.nuskin.com');
  ConfigService.getMarketConfig();
}

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

FAQs

Package last updated on 22 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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