
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@cfi-notebook/page-map-helper
Advanced tools
[](https://github.com/cfi-notebook/page-map-helper) [](https://www.npmjs.com/package/@cfi-notebo
A time saver for building reference maps for 1-1
style chapters where we know
the page on which each chapter starts and need a reference to each page.
// build.js
var pageMapHelper = require('@cfi-notebook/page-map-helper');
var chapters = [1, 2, 3]; // chapters
var startPages = [5, 20, 32, 42]; // start page for each chapter, plus the last page of the last chapter plus one
console.log(pageMapHelper(chapters, startPages));
This demo prints output that you then copy and paste into your content file.
- 1-4#8
- 1-5#9
- 1-6#10
- 1-7#11
- 1-8#12
- 1-9#13
- 1-10#14
- 1-11#15
- 1-12#16
- 1-13#17
- 1-14#18
- 1-15#19
- 2-1#20
- 2-2#21
- 2-3#22
- 2-4#23
- 2-5#24
- 2-6#25
- 2-7#26
- 2-8#27
- 2-9#28
- 2-10#29
- 2-11#30
- 2-12#31
- 3-1#32
- 3-2#33
- 3-3#34
- 3-4#35
- 3-5#36
- 3-6#37
- 3-7#38
- 3-8#39
- 3-9#40
- 3-10#41
FAQs
[](https://github.com/cfi-notebook/page-map-helper) [](https://www.npmjs.com/package/@cfi-notebo
The npm package @cfi-notebook/page-map-helper receives a total of 0 weekly downloads. As such, @cfi-notebook/page-map-helper popularity was classified as not popular.
We found that @cfi-notebook/page-map-helper 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.