
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
exemplis-customizer
Advanced tools
npm install exemplis-customizer
Type: string
Default: ""
This is the platform that the customizer will be ran in. The two options are shopify or aem.
Type: string
Default: ""
This is the base api url. e.g. "https://devcustom.timbuk2.com"
Type: string
Default: ""
This is the indentifier that the api uses to differentiate between brands. e.g. "timbuk2"
Type: string
Default: ""
This is the product indentifier. e.g. "classicmessenger-bundle"
Type: string
Default: "root"
This is the id of the DOM element that the configurator will get injected into. e.g. "root"
Type: boolean
Default: false
If set to true, this will create a 3D experience within the cylindo viewer.
Type: boolean
Default: false
If set to true, this will expand all of the product option accordions.
Type: string
Default: ""
This should be set to the main color of the site.
Type: string
Default: ""
This can be a lighter version of the main color of the site.
import ExemplisCustomizer from 'exemplis-customizer'
const customizer = new ExemplisCustomizer({
platform: 'shopify',
apiRootUrl: 'https://devcustom.timbuk2.com',
accountId: 'timbuk2',
productId: 'classicmessenger-bundle',
containerId: 'root',
threeD: false,
expandedOptions: false,
accentColor1: '#2D3142',
accentColor2: '#4F5D75',
})
customizer.init()
If your website has a sticky header, please give the sticky header the class of js-customizer-sticky-header. e.g. <header id="header" class="header js-customizer-sticky-header">
master for each feature. e.g. git checkout -b feature-branch-namemain before creating a PR.Depending on what store you are working on, you will need to do the following:
npm run startIf you want to test the changes inside of a Shopify environment, you will need to do the following:
yarn link "exemplis-customizer".npm run publish (this will build the project and then the
Shopify repository will pick up the changes).yarn unlink "exemplis-customizer"FAQs
Customizer app for all Exemplis brands.
The npm package exemplis-customizer receives a total of 12 weekly downloads. As such, exemplis-customizer popularity was classified as not popular.
We found that exemplis-customizer demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.