
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@nuskin/profile-components
Advanced tools
.gitlab-ci.yml to manage the CI/CD pipelineNote: We use 'my-project' as the name of your new project
git clone git@code.tls.nuskin.io:ns-am/templates/vue-components-template.git <my-project>
cd <my-project>
rm -rf .git
You can copy and paste the section in the gitlab command line instructions of your new project into the command line of your local project. It will look like the following but will have your project specific details.
Note: You must be at least a 'Maintainer' of the project to do this step.
cd <your project folder if you are not already there>
git init
git remote add origin <your gitlab project url>
git add .
git commit -m "Chore: Initial commit"
git push -u origin master
git pushsonar-project.properties file. Replace <project> with your project's name in 2 places.README.md at src/README.md with a proper readme that will be displayed on npmjs (See Sample)README.md with a proper readme for your fellow developers. (See README-sample)package.json:{
"name": "@nuskin/<project>-components",
"description": "The description that will amaze and astound your audience when they read it",
"repository": {
"type": "git",
"url": "git@code.tls.nuskin.io:ns-am/ux/<project>-components.git"
},
"author": "Your Name <activedirectory@nuskin.com>",
"homepage": "https://code.tls.nuskin.io/ns-am/ux/<project>-components/blob/master/README.md"
}
Once you are ready for your project to start running the CI/CD pipeline, you should rename the gitlab-ci.yml
to .gitlab-ci.yml.
git mv gitlab-ci.yml .gitlab-ci.yml
git commit -am "Chore: renaming gitlab-ci.yml to .gitlab-ci.yml so my pipeline runs"
git push
Link to another page or write up instructions on how Semantic Release works with the pipeline
eslint commit-analyzer rules.
FAQs
Storybook for Account and Profile Components
We found that @nuskin/profile-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.