Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@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"))
]
13.0.1 - 2023-03-28
FAQs
Design variables that power Thumbtack’s UI.
The npm package @thumbtack/thumbprint-tokens receives a total of 245 weekly downloads. As such, @thumbtack/thumbprint-tokens popularity was classified as not popular.
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.