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/trace

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/trace - npm Package Compare versions

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

@@ -5,3 +5,48 @@ {

{
"date": "Sat, 09 Jul 2022 01:50:43 GMT",
"date": "Sat, 03 Dec 2022 01:08:18 GMT",
"tag": "@ot-builder/trace_v1.5.5",
"version": "1.5.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ot-builder/trace",
"comment": "Bump @ot-builder/ot to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/trace",
"comment": "Bump @ot-builder/common-impl to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/trace",
"comment": "Bump @ot-builder/ot-glyphs to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/trace",
"comment": "Bump @ot-builder/ot-metadata to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/trace",
"comment": "Bump @ot-builder/prelude to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
},
{
"author": "beachball",
"package": "@ot-builder/trace",
"comment": "Bump @ot-builder/variance to v1.5.5",
"commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
}
]
}
},
{
"date": "Sat, 09 Jul 2022 01:52:09 GMT",
"tag": "@ot-builder/trace_v1.5.4",

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

# Change Log - @ot-builder/trace
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/ot to v1.5.5
- Bump @ot-builder/common-impl to v1.5.5
- Bump @ot-builder/ot-glyphs to v1.5.5
- Bump @ot-builder/ot-metadata to v1.5.5
- Bump @ot-builder/prelude to v1.5.5
- Bump @ot-builder/variance 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 +24,0 @@ ### Patches

+1
-1

@@ -7,3 +7,3 @@ import * as Ot from "@ot-builder/ot";

}
export declare type GlyphTraceProc = (tracer: GlyphTracer) => void;
export type GlyphTraceProc = (tracer: GlyphTracer) => void;
//# sourceMappingURL=interface.d.ts.map
{
"name": "@ot-builder/trace",
"version": "1.5.4",
"version": "1.5.5",
"license": "MIT",

@@ -26,8 +26,8 @@ "repository": {

"dependencies": {
"@ot-builder/ot": "1.5.4",
"@ot-builder/common-impl": "1.5.4",
"@ot-builder/ot-glyphs": "1.5.4",
"@ot-builder/ot-metadata": "1.5.4",
"@ot-builder/prelude": "1.5.4",
"@ot-builder/variance": "1.5.4",
"@ot-builder/ot": "1.5.5",
"@ot-builder/common-impl": "1.5.5",
"@ot-builder/ot-glyphs": "1.5.5",
"@ot-builder/ot-metadata": "1.5.5",
"@ot-builder/prelude": "1.5.5",
"@ot-builder/variance": "1.5.5",
"tslib": "^2.0.0"

@@ -34,0 +34,0 @@ },