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-layout

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-layout - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+15
-0
CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"date": "Sat, 27 Feb 2021 08:15:39 GMT",
"tag": "@ot-builder/ot-layout_v1.0.3",
"version": "1.0.3",
"comments": {
"patch": [
{
"comment": "Upgrade to TS 4.2.2",
"author": "belleve@typeof.net",
"commit": "c9a29938dc1f00c97b5feb92eae81670c9d6e57a",
"package": "@ot-builder/ot-layout"
}
]
}
},
{
"date": "Sat, 16 Jan 2021 01:31:22 GMT",

@@ -7,0 +22,0 @@ "tag": "@ot-builder/ot-layout_v1.0.0",

+9
-1
# Change Log - @ot-builder/ot-layout
This log was last generated on Sat, 16 Jan 2021 01:31:22 GMT and should not be manually modified.
This log was last generated on Sat, 27 Feb 2021 08:15:39 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.3
Sat, 27 Feb 2021 08:15:39 GMT
### Patches
- Upgrade to TS 4.2.2 (belleve@typeof.net)
## 1.0.0

@@ -8,0 +16,0 @@

+6
-6
{
"name": "@ot-builder/ot-layout",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

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

"dependencies": {
"@ot-builder/ot-glyphs": "1.0.2",
"@ot-builder/prelude": "1.0.2",
"@ot-builder/primitive": "1.0.2",
"@ot-builder/variance": "1.0.2",
"@ot-builder/ot-glyphs": "1.0.3",
"@ot-builder/prelude": "1.0.3",
"@ot-builder/primitive": "1.0.3",
"@ot-builder/variance": "1.0.3",
"tslib": "^2.0.0"

@@ -35,4 +35,4 @@ },

"@types/jest": "^26.0.10",
"jest": "^26.4.1"
"jest": "^26.6.3"
}
}