
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@six-socks-studio/sane-shopify-types
Advanced tools
Common typescript typings for @sane-shopify projects
@sane-shopify/types
This package is a Typescript typeRoot of typings of both common types throughout the @sane-shopify repo and external packages that otherwise have no types of their own.
Common types are exported in types/index.ts
, and external packages are typed in external/package-name/index.d.ts
.
This also includes all types from @good-idea/unwind-edges.
Some of the types are not in the main DefintelyTyped repository, while others are written by us. We're using this package to increase velocity of updating types. Getting stuff into the main repo takes a week, which is too slow for us at the current stage.
All of the types here are designed to not add any functionality except the one existing in the packages themselves
Install this package.
yarn add --dev @sane-shopify/types
import { ShopifyClient } from '@six-socks-studio/sane-shopify-types'
To use the external typings, update your tsconfig.json
to include additional type root.
{
{
"compilerOptions": {
"typeRoots": ["node_modules/@sane-shopify/types/external", "node_modules/@types"]
}
}
Then, in your project:
import { SanityClient } from '@sanity/base'
(Setup adapted from @joincivil/Civil/typescript-typings)
FAQs
Common typescript typings for @sane-shopify projects
The npm package @six-socks-studio/sane-shopify-types receives a total of 4 weekly downloads. As such, @six-socks-studio/sane-shopify-types popularity was classified as not popular.
We found that @six-socks-studio/sane-shopify-types 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.