Socket
Book a DemoInstallSign in
Socket

@citolab/qti-extended

Package Overview
Dependencies
Maintainers
3
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citolab/qti-extended

QTI extended

latest
Source
npmnpm
Version
7.0.6
Version published
Weekly downloads
9
200%
Maintainers
3
Weekly downloads
 
Created
Source

@citolab/qti-extended

npm version

@citolab/qti-extended is an web extension to the @citolab/qti-components library

License

The source code is not public available, you can use this experimental npm package, but its likely to change often and have breaking changes

exports the following extensions on QTI

"@citolab/qti-extended/qti-custom-operator" "@citolab/qti-extended/qtie-item-preview" "@citolab/qti-extended/qti-transform" "@citolab/qti-extended/qtie-test" "@citolab/qti-extended/qtie-item"

commit!

to get rid of errors

biologie-plus.stories.tsx

import testCss from './biologie-plus-test.css?inline';

add types folder to project add declarations.d.ts to folder

declare module '*.css?inline' {
  const content: string;
  export default content;
}

tsconfig.json

+ "include": ["types/**/*.d.ts"],

.eslintignore

+ types/declarations.d.ts

FAQs

Package last updated on 16 Jan 2025

Did you know?

Socket

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.

Install

Related posts