Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@wildberries/create-react-boilerplate
Advanced tools
$ npx @wildberries/create-react-boilerplate (далее выбор модификации и путь до директории установки в консоли)
$ npm run setup
$ npm run wb
├── README.md - Документация
├── build – Результат сборки
├── cli – CLI бойлерплейта
├── config – Конфигурации бойлерплейта
├── public – Статика доступная из корня после сборки
├── server – Мок-сервер бойлерплейта и сервер статики (в зависимости от модифицикации)
├── src
│ ├── _assets – Папка с ассетами (может распологаться на любом уровне вложенности)
│ ├── _databus – Мапка с модулями Databus (может распологаться на любом уровне вложенности)
│ │ └── databus модули...
│ │ ├── action-creators - сайд эффекты проекта (like redux-thunk)
│ │ ├── selectors - селекторы Databus
│ │ │ ├── selectors.ts - селекторы чистого Databus
│ │ │ └── subscriber-selectors.ts - селекторы React-адаптера Subscriber (@ravilm/databus-react) (like redux)
│ │ |
│ │ ├── actions.ts - actions Databus (like redux)
│ │ ├── events.ts - events Databus (like redux)
│ │ └── listeners.ts - listeners Databus (like redux)
│ │
│ ├── _redux – Папка с модулями redux (может распологаться на любом уровне вложенности)
│ │ └── redux-ducks модули...
│ │
│ ├── _constants – Константы (может распологаться на любом уровне вложенности) (может быть как файлом так и папкой)
│ ├── _utils – Утилиты основного уровня проекта (может распологаться на любом уровне вложенности)
│ ├── _types – Типы (может распологаться на любом уровне вложенности) (может быть как файлом так и папкой)
│ ├── _components – React компоненты (может распологаться на любом уровне вложенности)
│ ├── _layouts – Шаблоны для страниц (может распологаться на любом уровне вложенности)
│ ├── api – Папка с запросами
│ ├── pages – Точка входа роутинга проекта
| | ├── store-inject-config – Настройки для запросов за данными при заходе на страницу роутинга
│ │ └── pages модули...
│ |
│ ├── index.tsx – Точка входа проекта
│ ├── react-app-env.d.ts – Глобальные типы проекта
│ └── ... Манифесты настроек проекта
│
├── utils – Утилиты верхнего уровня проекта (не путать с _utils)
└── ... манифесты настроек проекта
FAQs
boilerplate wildberries
We found that @wildberries/create-react-boilerplate demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.