
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@aceandtate/contentful-ts-type-generator
Advanced tools
Typescript type declaration file generator from Contentful models
Note: This is a fork of github.com/arimkevi/contentful-ts-type-generator
Get preview api token and spaceId from Contentful.
Install this repository into your node project
npm install @aceandtate/contentful-ts-type-generator
npx generateContentfulTypes
npx generateContentfulTypes <SPACE_ID> <PREVIEW_API_TOKEN>
This will generate contentfulTypes.d.ts file that will contain all of the space model as interfaces and inheritance. Export contains also model sys.id.
If you use the generateContentfulTypes
command in your package.json scripts, you can leave out the npx
in front of it.
-o, --output <file>, Output file path. Default: './contentfulTypes.d.ts'
-e, --environment [value], Contentful environment id to use. Default: 'master'
-p, --prefix <value>, Name prefix for generated interfaces. Default: ''
-h, --host [value], Default: 'api.contentful.com'
-i, --ignore [value], Ignored field(s): a single field id or comma separated list of field ids. Default: ''
const client = contentful.createClient({
host: 'contentfulHost',
accessToken: 'accessToken',
space: 'spaceId',
resolveLinks: true,
})
export function getContent<T>(
contentfulLocale: string, contentType: string
): Promise<contentful.Entry<T>> {
return client
.getEntries({ content_type: contentType, locale: contentfulLocale })
.then((response: contentful.EntryCollection<T>) => response.items[0])
}
getContent<T>(locale, YourContentfulType)
FAQs
Typescript type declaration file generator from Contentful models
The npm package @aceandtate/contentful-ts-type-generator receives a total of 4 weekly downloads. As such, @aceandtate/contentful-ts-type-generator popularity was classified as not popular.
We found that @aceandtate/contentful-ts-type-generator 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.