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

@quintype/migration-helpers

Package Overview
Dependencies
Maintainers
24
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quintype/migration-helpers - npm Package Compare versions

Comparing version 1.14.2 to 1.14.3

16

build/main/lib/editor-types.d.ts

@@ -9,5 +9,11 @@ /// <reference types="node" />

readonly slug: string;
/** List of sections or categories that this story belongs to */
/**
* List of sections or categories that this story belongs to
* @minItems 1
*/
readonly sections: ReadonlyArray<IntermediateSection>;
/** The list of authors (in order) for this content */
/**
* The list of authors (in order) for this content
* @minItems 1
*/
readonly authors: ReadonlyArray<IntermediateAuthor>;

@@ -155,3 +161,7 @@ /** The type of the story. Use `'text'` for a normal story */

export interface Tag {
/** Name of Tag */
/**
* Name of Tag
* @minLength 3
* @maxLength 100
*/
readonly name: string;

@@ -158,0 +168,0 @@ /** Type of entity */

@@ -9,5 +9,11 @@ /// <reference types="node" />

readonly slug: string;
/** List of sections or categories that this story belongs to */
/**
* List of sections or categories that this story belongs to
* @minItems 1
*/
readonly sections: ReadonlyArray<IntermediateSection>;
/** The list of authors (in order) for this content */
/**
* The list of authors (in order) for this content
* @minItems 1
*/
readonly authors: ReadonlyArray<IntermediateAuthor>;

@@ -155,3 +161,7 @@ /** The type of the story. Use `'text'` for a normal story */

export interface Tag {
/** Name of Tag */
/**
* Name of Tag
* @minLength 3
* @maxLength 100
*/
readonly name: string;

@@ -158,0 +168,0 @@ /** Type of entity */

@@ -5,2 +5,7 @@ # Change Log

<a name="1.14.3"></a>
## [1.14.3](https://github.com/gja/@quintype/migration-helpers/compare/v1.14.2...v1.14.3) (2020-05-05)
<a name="1.14.2"></a>

@@ -7,0 +12,0 @@ ## [1.14.2](https://github.com/gja/@quintype/migration-helpers/compare/v1.14.1...v1.14.2) (2020-04-14)

2

package.json
{
"name": "@quintype/migration-helpers",
"version": "1.14.2",
"version": "1.14.3",
"description": "Helper Functions for Migrations",

@@ -5,0 +5,0 @@ "main": "build/main/index.js",

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