Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ot-builder/cli-proc

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/cli-proc - npm Package Compare versions

Comparing version
1.5.4
to
1.5.5
+52
-1
CHANGELOG.json

@@ -5,3 +5,54 @@ {

{
"date": "Sat, 09 Jul 2022 01:50:43 GMT",
"date": "Sat, 03 Dec 2022 01:08:18 GMT",
"tag": "@ot-builder/cli-proc_v1.5.5",
"version": "1.5.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/io-bin-font to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/primitive to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/common-impl to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/rectify to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/trace to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/prelude to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/ot to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
}
]
}
},
{
"date": "Sat, 09 Jul 2022 01:52:09 GMT",
"tag": "@ot-builder/cli-proc_v1.5.4",

@@ -8,0 +59,0 @@ "version": "1.5.4",

# Change Log - @ot-builder/cli-proc
This log was last generated on Sat, 09 Jul 2022 01:50:43 GMT and should not be manually modified.
This log was last generated on Sat, 03 Dec 2022 01:08:18 GMT and should not be manually modified.
<!-- Start content -->
## 1.5.5
Sat, 03 Dec 2022 01:08:18 GMT
### Patches
- Bump @ot-builder/io-bin-font to v1.5.5
- Bump @ot-builder/primitive to v1.5.5
- Bump @ot-builder/common-impl to v1.5.5
- Bump @ot-builder/rectify to v1.5.5
- Bump @ot-builder/trace to v1.5.5
- Bump @ot-builder/prelude to v1.5.5
- Bump @ot-builder/ot to v1.5.5
## 1.5.4
Sat, 09 Jul 2022 01:50:43 GMT
Sat, 09 Jul 2022 01:52:09 GMT

@@ -11,0 +25,0 @@ ### Patches

+4
-4

@@ -1,7 +0,7 @@

export declare type Span = [number, number];
export declare type Zone = Span[];
export declare type SrcZone<S> = [Zone, S];
export declare type DstZone<S> = [Zone, S[]];
export type Span = [number, number];
export type Zone = Span[];
export type SrcZone<S> = [Zone, S];
export type DstZone<S> = [Zone, S[]];
export declare function diceZones<S>(dn: number, zoneSets: SrcZone<S>[]): IterableIterator<DstZone<S>>;
export declare function hashZone(zone: Zone): string;
//# sourceMappingURL=zone-dicing.d.ts.map
import * as Ot from "@ot-builder/ot";
export declare type MergeOptions = {
export type MergeOptions = {
preferOverride?: boolean;

@@ -4,0 +4,0 @@ };

import * as Ot from "@ot-builder/ot";
export declare type ShareGlyphSetOptions = {
export type ShareGlyphSetOptions = {
unifyGlyphList?: boolean;

@@ -17,5 +17,5 @@ };

export declare function shareGlyphSet<GS extends Ot.GlyphStore>(fonts: Ot.Font<GS>[], gsf: Ot.GlyphStoreFactory<GS>, options?: ShareGlyphSetOptions): void;
export declare type GlyphUnificationResults = {
export type GlyphUnificationResults = {
originalNames: WeakMap<Ot.Glyph, string>;
};
//# sourceMappingURL=share-glyph-set.d.ts.map
{
"name": "@ot-builder/cli-proc",
"version": "1.5.4",
"version": "1.5.5",
"license": "MIT",

@@ -27,9 +27,9 @@ "repository": {

"tslib": "^2.0.0",
"@ot-builder/io-bin-font": "1.5.4",
"@ot-builder/primitive": "1.5.4",
"@ot-builder/common-impl": "1.5.4",
"@ot-builder/rectify": "1.5.4",
"@ot-builder/trace": "1.5.4",
"@ot-builder/prelude": "1.5.4",
"@ot-builder/ot": "1.5.4"
"@ot-builder/io-bin-font": "1.5.5",
"@ot-builder/primitive": "1.5.5",
"@ot-builder/common-impl": "1.5.5",
"@ot-builder/rectify": "1.5.5",
"@ot-builder/trace": "1.5.5",
"@ot-builder/prelude": "1.5.5",
"@ot-builder/ot": "1.5.5"
},

@@ -36,0 +36,0 @@ "devDependencies": {