
Product
Introducing Repository Labels and Security Policies
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
@thebigsalmon/stingray
Advanced tools
Библиотека для работы с таблицами базы данных.
В библиотеке выполняем команду:
npm run build
Теперь в проекте, к которому нужно подключить локальную библиотеку, выполняем:
npm uninstall --save @thebigsalmon/stingray && npm i --save --save-exact ~/ПУТЬ_К_БИБЛИОТЕКЕ/stingray
npm i
git commit
git tag НОМЕР_ВЕРСИИ
Номер версии такой же, как мы указали в файле "package.json", но с префиксом "v". Например:
git tag v1.0.9-beta1
git push origin НАЗВАНИЕ_ВЕТКИ
git push origin НАЗВАНИЕ_ТЕГА
npm run prepare
npm login
Эта команда потребует ввода данных для авторизации.
npm publish
FAQs
Библиотека для работы с таблицами базы данных.
The npm package @thebigsalmon/stingray receives a total of 98 weekly downloads. As such, @thebigsalmon/stingray popularity was classified as not popular.
We found that @thebigsalmon/stingray demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
Research
Security News
Socket researchers uncovered malicious npm and PyPI packages that steal crypto wallet credentials using Google Analytics and Telegram for exfiltration.
Product
Socket now supports .NET, bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.