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

cdtn-types

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdtn-types - npm Package Compare versions

Comparing version 4.87.0 to 4.88.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [4.88.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.87.0...v4.88.0) (2022-12-20)
### Features
- **modeles:** suppression du package data + fetching simulator information from api ([#4741](https://github.com/SocialGouv/code-du-travail-numerique/issues/4741)) ([f52190e](https://github.com/SocialGouv/code-du-travail-numerique/commit/f52190eddb893f1e083e10efdedb2392dc5c3702))
# [4.87.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.22...v4.87.0) (2022-11-18)

@@ -8,0 +14,0 @@

@@ -114,1 +114,25 @@ export enum SectionDisplayMode {

};
export type Tool = {
date: string;
icon: string;
order: number;
action: string;
metaTitle: string;
questions?: string[];
description: string;
displayTitle: string;
breadcrumbs: Record<string, string | number>[];
cdtnId: string;
excludeFromSearch: boolean;
id: string;
isPublished: boolean;
metaDescription: string;
slug: string;
source: string;
text: string;
title: string;
title_vector: number[];
_id: string;
displayTool?: boolean;
};

4

package.json

@@ -7,3 +7,3 @@ {

},
"version": "4.87.0",
"version": "4.88.0",
"main": "build/index.js",

@@ -15,3 +15,3 @@ "module": "build/index.js",

},
"gitHead": "3b7a3f4e7dac6f93e814d70a9c741fc5cbe9010e"
"gitHead": "963f22ec7e42c5f5c47ec5230e1d5633c394f84c"
}
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