
Research
/Security News
Fake imToken Chrome Extension Steals Seed Phrases via Phishing Redirects
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.
@instructure/platform-submission-sticker
Advanced tools
React component for adding stickers to student submissions in Canvas.
React component for adding stickers to student submissions in Canvas.
pnpm add @instructure/platform-submission-sticker @instructure/platform-canvas-fetch
{
"react": "^18.0.0",
"@instructure/ui-*": "^10.0.0",
"@tanstack/react-query": "^5.0.0"
}
import { Sticker } from '@instructure/platform-submission-sticker'
import '@instructure/platform-submission-sticker/dist/style.css'
function GradeSubmission() {
const [submission, setSubmission] = useState({
id: '1',
courseId: '100',
assignmentId: '200',
sticker: null
})
return (
<Sticker
submission={submission}
editable={true}
size="medium"
confetti={false}
descriptions={stickerDescriptions}
translations={stickerTranslations}
liveRegion={() => document.getElementById('flash_screenreader_holder')}
onStickerChange={(sticker) => {
setSubmission({ ...submission, sticker })
}}
/>
)
}
submission: Submission - Submission data with sticker stateeditable: boolean - Whether user can change the stickersize: 'small' | 'medium' | 'large' - Sticker display sizeconfetti?: boolean - Show confetti explosion on click (read-only mode)descriptions: StickerDescriptions - Alt text for each stickertranslations: StickerTranslations - UI text translationsliveRegion: () => HTMLElement - Accessibility live region elementonStickerChange?: (sticker: Sticker) => void - Callback when sticker changes# Run tests
pnpm test
# Run tests with coverage
pnpm test --coverage
# Build
pnpm build
# Type check
pnpm type-check
FAQs
React component for adding stickers to student submissions in Canvas.
We found that @instructure/platform-submission-sticker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.

Security News
Latio’s 2026 report recognizes Socket as a Supply Chain Innovator and highlights our work in 0-day malware detection, SCA, and auto-patching.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.