Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@servicetitan/tokens
Advanced tools
All of the design tokens and assets for Anvil is in this package. It generates assets for iOS(swift), Android(Kotlin), and web(JS).
All of the design tokens and assets for Anvil is in this package. It generates assets for iOS(swift), Android(Kotlin), and web(JS).
To get started, run:
$ npm install
$ npm run build
The npm run build
runs style-dictionary build steps to generate the files for each platform. Every time you change something in the style dictionary, such as changing a color value or adding a new design token, you will have to run this command again to generate the updated assets.
Don't forget that we also have Figma counterpart that requires udpate when there is any change(May 2022).
Link to Figma guide: https://www.figma.com/file/N0wRgro1ZHxK0VTIyoj2li/Anvil-Theme-Core?node-id=1204%3A1733
tokens/themes/<theme name>
with the new valuenpm run build
to update the assets in the build
folderAdding a new design token requires all existing themes to have respective token defined. This only applies to color related tokens for now(May 2022).
Steps to adding new design token:
tokens/themes/theme.d.ts
with the new tokennpm run build
to update the assets in the build
folderCopy a theme to base on, for example tokens/themes/core
, and make changes to the values and that's all you have to do.
AnvilColorToken.kt
and AnvilThemeToken.kt
from build/kotlin/{theme}
folderAnvilColorToken.kt
contains base colors.AnvilThemeToken.kt
contains color pairings for the light and the dark mode.AnvilThemeToken.AppBackground.forTheme()
AnvilColorToken.Neutral10
To include this package, add to your Package.swift
:
dependencies: [
.package(
url: "https://github.com/servicetitan/tokens.git",
from: "12.0.0"
)
]
import AnvilCore
Text("Hello World")
.foregroundColor(.anvil(.neutral10))
FAQs
## Usage for Android (Kotlin)
The npm package @servicetitan/tokens receives a total of 5,264 weekly downloads. As such, @servicetitan/tokens popularity was classified as popular.
We found that @servicetitan/tokens demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
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.