
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@nuskin/cart-sdk
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/npm-library-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.
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 push
README.md
with a proper readme that will be displayed on npmjs (See Sample)package.json
{
"name": "@nuskin/npm-library-template",
"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/templates/npm-library-template.git"
},
"author": "Ian Harisay <imharisa@nuskin.com>",
"homepage": "https://code.tls.nuskin.io/ns-am/templates/npm-library-template/blob/master/README.md"
}
If your module should be public and published to npmjs.com, nothing needs to be done. This is the default
behavior. If you need to publish to the private npm repository nexus3.nuskin.net, inside gitlab-ci.yml
update PRIVATE_NPM to true
variables:
PRIVATE_NPM: "true"
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
Cart SDK for native cart/checkout
We found that @nuskin/cart-sdk 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.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.