Socket
Socket
Sign inDemoInstall

@ndla/types-concept-api

Package Overview
Dependencies
Maintainers
9
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/types-concept-api - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

7

build/index.d.ts

@@ -22,2 +22,3 @@ export interface IAuthor {

visualElement?: IVisualElement;
responsible?: IConceptResponsible;
}

@@ -33,2 +34,6 @@ export interface IConceptContent {

}
export interface IConceptResponsible {
responsibleId: string;
lastUpdated: string;
}
export interface IConceptSearchParams {

@@ -124,2 +129,3 @@ query?: string;

visualElement?: string;
responsibleId?: string;
}

@@ -158,2 +164,3 @@ export interface INewConceptMetaImage {

visualElement?: string;
responsible?: (null | string);
}

@@ -160,0 +167,0 @@ export interface IValidationError {

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "0.0.10"
"version": "0.0.11"
}
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