
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@e3c-summer-worker/navigation-mandarin
Advanced tools
Making our custom headers is a bit involved. We have to copy a lot of HTML code into the scripts, and it's confusing and difficult to debug if something changes and goes wrong, especially if our only text editor is the one built into Squarespace.
Making our custom headers is a bit involved. We have to copy a lot of HTML code into the scripts, and it's confusing and difficult to debug if something changes and goes wrong, especially if our only text editor is the one built into Squarespace.
Making the navigation in another component where you ethen import it is easier to debug and move around; you copy less code between pages and the development process is better if you're using something like VSCode.
We are using this folder to specifically host the desktop and mobile navigation component,
that goes inside #headerNav
and #sidecarNav
in the Squarespace page, respectively.
The header code in public/index.html
is almost exactly what you'd see copy and
pasted into Squarespace (instead of importing the local .js
file we use
JSDelivr, and we need to add the contents in and styles.css
.
Note that we are using yarn workspaces, so the installations will be mostly consolidated at a top-level node_modules/
folder.
The site.css
is the squarespace compiled css, and the styles.css
are our styles.
yarn
yarn start
Note that the styles will be quite a bit different than production, this is because I only copied a subset of the HTML into our public/
html file. The important thing is that the navigation bar is functional.
Also, when you switch to Desktop to Mobile view, refresh the page to get the functional navigation bars. Not sure why this is the case, maybe I didn't download all the files.
yarn build
<script src="https://cdn.jsdelivr.net/npm/@e3c-summer-worker/navigation-mandarin@1/build/navigation.js"></script>
FAQs
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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.