![38% of CISOs Fear They’re Not Moving Fast Enough on AI](https://cdn.sanity.io/images/cgdhsj6q/production/faa0bc28df98f791e11263f8239b34207f84b86f-1024x1024.webp?w=400&fit=max&auto=format)
Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@focus-reactive/graphql-content-layer
Advanced tools
[![npm version](https://badge.fury.io/js/%40focus-reactive%2Fgraphql-content-layer.svg)](https://badge.fury.io/js/%40focus-reactive%2Fgraphql-content-layer) # GitNation GraphQL Content Layer
package for fetching conference content from GraphCMS
it's published on NPM as
@focus-reactive/graphql-content-layer
This package is intended for:
GraphCMS connection should be configured via env variables: CMS_ENDPOINT
and CMS_TOKEN
The package exposes getContent
async function for generating content layer
Usage:
const { getContent } = require('@focus-reactive/graphql-content-layer');
const content = await getContent(conferenceSettings);
see conferenceSettings for details
to use it:
// story.js
const {
passConferenceSettings,
} = require('@focus-reactive/graphql-content-layer/dist/content.stories');
passConferenceSettings(conferenceSettings);
Pass conferenceSettings
with conference specific ("hardcoded") data
I should contain:
tagColors
- colors settings for "tech" badges, tags, labels
speakerAvatar = {
dimensions: {
avatarWidth: 500,
avatarHeight: 500,
}
}
yarn dev
to start watching and compiling the code
yarn storybook
to launch Storybook
yarn tdd
- Jest tests in watching mode
yarn start
- starts dev, storybook and tests (each in independent watch mode)
yarn update-schema
for updating GraphQL introspection schema
For publishing to NPM:
npm publish
it will transpile the code and publish the package
FAQs
[![npm version](https://badge.fury.io/js/%40focus-reactive%2Fgraphql-content-layer.svg)](https://badge.fury.io/js/%40focus-reactive%2Fgraphql-content-layer) # GitNation GraphQL Content Layer
The npm package @focus-reactive/graphql-content-layer receives a total of 0 weekly downloads. As such, @focus-reactive/graphql-content-layer popularity was classified as not popular.
We found that @focus-reactive/graphql-content-layer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.