Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@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.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.