
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@proprioo/salatim
Advanced tools
Salatim is our component library, made with 🥑 and ❤️.
Please have a look at its storybook for each component.
mainmain using "Rebase and merge" strategyThe final "production" release of salatim is managed through npmjs.com – https://www.npmjs.com/package/@proprioo/salatim
To publish a new version of salatim, you need to:
main branchgit pull origin mainCHANGELOG.md file according to the changes you made since the last releasenpm version patch for a patch releasenpm version minor for a minor releasenpm version major for a major releasegit push origin main --tagsWARNING: the GitHub workflow to push the package to npmjs.com is currently untested, make sure to verify the package is correctly published on npmjs.com after the release.
If you have to backport something to an old version of salatim :
v15 before the rebranding)package.json and CHANGELOG.md (if you fix something
and the previous version was 15.2.3, bump to 15.2.4)npm run clean && npm run build locally to make the package ready to be publishednpm publish --access=public --non-interactive --tag 15.2.4 locally. Don't forget the --tag argument to
prevent overriding the latest version.You can then bump your project with this new version of salatim. ;)
We cannot accept every phone numbers in the application, mainly due to some optimization (Metadata JSON is a big file).
When an error is triggered on AppSales (Failed to parse phone number +XXXX), we need to update the phone Metadata to
accept it.
PhoneInput import to
'react-phone-number-input' and remove metadata attribute in JSX (like this we're accepting every possible phone
numbers)PhoneInput.tsx, then update Changelog.md and package.json version and
you're up to go.FAQs
Proprioo component library
The npm package @proprioo/salatim receives a total of 200 weekly downloads. As such, @proprioo/salatim popularity was classified as not popular.
We found that @proprioo/salatim demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.