
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@thumbtack/thumbprint-tokens
Advanced tools
Design variables that power Thumbtack’s UI.
Thumbprint Tokens are published as JavaScript, SCSS, Swift, and Kotlin.
Platform | Languages | Package |
---|---|---|
Web | React & SCSS | |
Android | Kotlin | |
iOS | Swift | Swift Package Manager |
You can use the Thumbprint Tokens GraphQL server to query tokens and view the schema.
git checkout master && git pull
to grab the latest changes rom GitHub.package.json
and changelog: Edit the version in the package.json
and then open the CHANGELOG.md
file and look at the unreleased changes. Add the new version number (following SemVer) and date as a heading under the ## Unreleased
heading.master
with git add CHANGELOG.md package.json && git commit -m "Preparing for release."
git tag vX.Y.Z
, replacing X.Y.Z
with the new version number.yarn install && yarn release
.git push --tags
to push the changes to GitHub.https://jitpack.io/com/github/thumbtack/thumbprint-tokens/12.1.1/build.log
but replace 12.1.1
with the new version number. This will kick off a build in JitPack which will be indicated on the JitPack Thumbprint Tokens page.Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
Xcode 11+ is required to build SwiftRunOnce using Swift Package Manager.
To integrate ThumbprintTokens into your Xcode project using Swift Package Manager, add it to the dependencies value of your Package.swift
:
dependencies: [
.package(url: "https://github.com/thumbtack/thumbprint-tokens.git", .upToNextMajor(from: "12.3.0"))
]
FAQs
Design variables that power Thumbtack’s UI.
We found that @thumbtack/thumbprint-tokens demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.