
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@bizzy-phoenix/utils
Advanced tools
Helper collections for Bizzy Phoenix projects - Part of Bizzy Common Web
Helper collections for Bizzy Phoenix projects
$ yarn add @bizzy-phoenix/utils
# or
$ npm i @bizzy-phoenix/utils
import { __apiGet } from '@bizzy-phoenix/utils/dist/api'
Or used untranspiled version:
import { __apiGet } from '@bizzy-phoenix/utils/src/api'
If you decied using untranspiled version you need to add ignore pattern like this:
transformIgnorePatterns: ['node_modules/(?!(@bizzy-phoenix/utils)/)'],
Method | Param |
---|---|
__apiGet | $store , URL , params |
__apiGetNonAuth | URL , params |
__apiGetCustomHeader | headers , URL , params |
__apiPost | $store , URL , data , onUploadProgress |
__apiPostNonAuth | URL , data , onUploadProgress |
__apiPostCustomHeader | headers , URL , data , onUploadProgress |
__apiPut | $store , URL , data |
__apiPutNonAuth | URL , data |
__apiDelete | $store , URL , data |
__apiDeleteNonAuth | URL , data |
Method | Param |
---|---|
getToken | $store |
getTokenDirectFromStore | $store |
getAddons | $store |
getUsername | $store |
getUserFirstName | $store |
getUserLastName | $store |
getUserFullName | $store |
getUserDefaultGroupId | user |
getCustomerRoles | $store |
getCustomerChannelType | $store |
getCustomerTopDays | $store |
getCustomerOrganizationID | $store |
getCustomerPersonID | $store |
getCustomerUsername | $store |
getCustomerOrganizationName | $store |
isCustomerSuperAdmin | $store |
isPunchOutUser | $store |
isPunchOut | $store |
isContract | $store |
getActiveGroupId | $store |
getGroups | $store |
getSelectedGroup | $store |
isSalesAdmin | $store |
getCustomerInformation | $store |
getCustomerVendorInformation | $store |
isVendor | $store |
isLoggedIn | $store |
loggedAsSellerOnly | $store |
isCustomerHaveRole | $store |
isAccountCompanySwitched | $store |
Method | Notes |
---|---|
__isNotNull | - |
__isNotEmptyString | - |
__isNotEmptyArray | - |
__isFunction | - |
__slugify | - |
Method | Notes |
---|---|
__isValidDate | - |
__toDatetime | format: DD-MMM-YYYY, HH:mm:ss |
__toDatetimeToMinutes | format: DD MMM YYYY, HH:mm |
__toDatetimeWithSeparator | format: `DD MMMM YYYY |
__toDateEn | format: YYYY-MM-DD |
__toCompleteDateFormat | format: DD MMMM YYYY |
__checkDiff | - |
Method | Notes |
---|---|
__showNotification | - |
__showErrorNotif | - |
__showSuccessNotif | - |
__type | - |
Method | Notes |
---|---|
__formatPrice | - |
Method | Notes |
---|---|
__getProductUrl | - |
Method | Notes |
---|---|
__getData | - |
__setData | - |
Method | Notes |
---|---|
__goToPage | - |
__hideModal | - |
__showModal | - |
# run eslint
$ yarn run lint
# run test
$ yarn run test
# run build
$ yarn run build
Copyright © 2018 by Bizzy Engineering Team
FAQs
Helper collections for Bizzy Phoenix projects - Part of Bizzy Common Web
The npm package @bizzy-phoenix/utils receives a total of 0 weekly downloads. As such, @bizzy-phoenix/utils popularity was classified as not popular.
We found that @bizzy-phoenix/utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.