
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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
The npm package @nuskin/cart-sdk receives a total of 176 weekly downloads. As such, @nuskin/cart-sdk popularity was classified as not popular.
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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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.