
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@nbcom/personal
Advanced tools
Library of custom components for developing a personal account and authorization
The latest version of the library includes such main components as
Bonuses - The user's bonus score information
OrderPersonalInfo - Editable user information
OrderList - List of order items with sorting and filtering options based on the delivery status of the orders
Tools - Settings panel, including subscriptions and the ability to delete an account
Enter - Authorization Component
@nbcom/personal requires Node.js v16+, @nbcom/personal to run.
Install the package
npm install @nbcom/personal
In order for the library to work correctly on the project, you need to take several necessary steps.
First, set the main config in the app component. You will need to provide links to the project api, cdn , links to pdf files, etc.
import { personal } from "@nbcom/personal";
personal.setConfig({
SITE_NAME: `nbcompany`,
API_URL: `https://test-api.ru`,
PRODUCT_URL: `https://sitename/goods/sku`,
BASE_URL: `https://cdn.nbcomputers.ru`,
PDF_URL: `https://nbcomputers/files/pdf`,
ENTER_PDF_FILES: [`/NBC_web-policy.pdf`, `/NBC_web-consest`],
});
Also, in the project theme, add the styles that will be used to style the component
const theme = {
...
personal: {
defaultBorderRadius: `6px`,
formItemRadius: `6px`,
formItemHeight: `40px`,
formItemBorderColor: `#eee`,
mainTextColor: `#000`,
secondTextColor: `#fefefe`,
}
...
}
FAQs
[](nbcomputers.ru)
The npm package @nbcom/personal receives a total of 147 weekly downloads. As such, @nbcom/personal popularity was classified as not popular.
We found that @nbcom/personal demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.