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/ot-name

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/ot-name - npm Package Compare versions

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

@@ -5,3 +5,24 @@ {

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

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

# Change Log - @ot-builder/ot-name
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/prelude to v1.5.5
- Bump @ot-builder/primitive 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 +20,0 @@ ### Patches

+1
-1
/// <reference types="node" />
import { Data } from "@ot-builder/prelude";
export declare const Tag = "name";
export declare type Record = {
export type Record = {
readonly platformID: number;

@@ -6,0 +6,0 @@ readonly encodingID: number;

{
"name": "@ot-builder/ot-name",
"version": "1.5.4",
"version": "1.5.5",
"license": "MIT",

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

"dependencies": {
"@ot-builder/prelude": "1.5.4",
"@ot-builder/primitive": "1.5.4",
"@ot-builder/prelude": "1.5.5",
"@ot-builder/primitive": "1.5.5",
"tslib": "^2.0.0"

@@ -30,0 +30,0 @@ },