
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@nuskin/conversion-sdk
Advanced tools
This NPM library houses logic for converting customers between tiers. Refer also to conversion-lambda which manages interfacing with API's on Universe and SAP
One of CUSTOMER, PREFERRED_MEMBER, DISTRIBUTOR
Move a member from their current tier to a target tier
The tier that the member would like to convert to
The following explains the expected response formats when interacting with this service.
In the case of an issue with a request, it will come back in the errorMessageKey
field in the response.
A full list of the possible error message keys can be found in src/errorMessageCodekey.js
If the request was successful
[{
tier: 'a tier',
current: true/false // this is the user's current tier,
requiredFields: {}// this will house the list of fields required in the current market to make the move
}, ...]
If the request failed
{
errorMessageKey: 'an error'
}
If the request was successful
{
errorMessageKey: null,
success: true
}
If the request failed
{
errorMessageKey: 'an error'
}
FAQs
The SDK for the conversion tool
The npm package @nuskin/conversion-sdk receives a total of 16 weekly downloads. As such, @nuskin/conversion-sdk popularity was classified as not popular.
We found that @nuskin/conversion-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.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.