Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@breadcrum/bookmarklet

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@breadcrum/bookmarklet

Bookmarklet for breadcrum.net

latest
Source
npmnpm
Version
1.0.13
Version published
Maintainers
1
Created
Source

@breadcrum/bookmarklet

Actions Status latest version Coverage Status

This is the bookmarklet for Breadcrum.net.

npm install bookmarklet

Usage

import getBookmarklet from '@breadcrum/bookmarklet'

const bookmarkletText = getBookmarklet({
  TARGET_URL: 'breadcrum.net',
  WINDOW_TITLE: 'Breadcrum'
})

Returns the bookmarklet text with simple runtime customizations so that environments can fix hard-coded variables.

How this works

esbuild used used to build standard, modular esm code into a minified iffi target, and then the results are stored in a json document that gets customised with .replaceAll in the exported getBookmarklet function.

See also

This bookmarklet was based off of the following resources:

License

MIT

FAQs

Package last updated on 30 Apr 2025

Did you know?

Socket

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.

Install

Related posts