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

@quintype/migration-helpers

Package Overview
Dependencies
Maintainers
18
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.8.0 to 1.9.0

5

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

@@ -89,4 +89,7 @@ /// <reference types="node" />

readonly name: string;
readonly values?: ReadonlyArray<string>;
readonly values: ReadonlyArray<string>;
readonly 'display-name': string;
readonly 'data-type': 'multi-valued-strings';
readonly 'is-mandatory': boolean;
}
export {};

@@ -89,4 +89,7 @@ /// <reference types="node" />

readonly name: string;
readonly values?: ReadonlyArray<string>;
readonly values: ReadonlyArray<string>;
readonly 'display-name': string;
readonly 'data-type': 'multi-valued-strings';
readonly 'is-mandatory': boolean;
}
export {};

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

<a name="1.9.0"></a>
# [1.9.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.8.0...v1.9.0) (2019-06-05)
### Features
* Making the story attributes types much more strict ([865f4a3](https://github.com/gja/@quintype/migration-helpers/commit/865f4a3))
<a name="1.8.0"></a>

@@ -7,0 +17,0 @@ # [1.8.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.7.0...v1.8.0) (2019-05-30)

2

package.json
{
"name": "@quintype/migration-helpers",
"version": "1.8.0",
"version": "1.9.0",
"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