
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
63p_template
Advanced tools
Внимание! Проект устарел и используется только для поддержки и правок багов старого кода и стилей. Не использовать для нового функционала!
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo yum install curl
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install -y yarn
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
sudo yum install yarn
bash node -v;npm -v;npm install -g npm@latestnpm i webpack -g
cd main_frontend/
npm i
env.conf.js в корне main_frontend/Смотри пример такого файла: env.conf.example.js
Использовать только команду ниже, т.к в проект вносятся только правки, остальные команды и режимы не использовать
npm run deploy собирает проект готовым для использования в режиме productionДля изменения чего либо надо менять исходники файлов, а не их скомпилированные версии!
Исходники расположены в папке src/, а скомпилированные файлы, которые подключаются к сайту, в папке deploy/
src/npm run deploy в папке main_frontendsp делаем коммит и пушимЕсли изменения не применились:
npm run deployFAQs
Template for development front-side of service 63pokupki.ru
We found that 63p_template demonstrated a not healthy version release cadence and project activity because the last version was released 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.