Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kwj-team/strapi-plugin-quizzes

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kwj-team/strapi-plugin-quizzes - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

server/components/kwj-quiz-components/multi-choice.json

2

package.json
{
"name": "@kwj-team/strapi-plugin-quizzes",
"version": "1.2.1",
"version": "1.2.2",
"description": "This plugin adds quiz capabilities to Strapi CMS",

@@ -5,0 +5,0 @@ "strapi": {

@@ -6,4 +6,4 @@

const question = require('./kwj-quiz-components/question.json')
const singleChoice = require('./kwj-quiz-components/single-choice-question.json')
const multiChoice = require('./kwj-quiz-components/multi-choice-question.json')
const singleChoice = require('./kwj-quiz-components/single-choice.json')
const multiChoice = require('./kwj-quiz-components/multi-choice.json')

@@ -10,0 +10,0 @@ // TODO: Read from directory name instead of hardcoding

@@ -39,4 +39,4 @@ {

"components": [
"kwj-quiz-components.multi-choice-question",
"kwj-quiz-components.single-choice-question"
"kwj-quiz-components.multi-choice",
"kwj-quiz-components.single-choice"
],

@@ -43,0 +43,0 @@ "required": true

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc