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

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/ft-layout - npm Package Compare versions

Comparing version
0.5.0
to
0.5.1
+15
-1
CHANGELOG.json

@@ -5,3 +5,17 @@ {

{
"date": "Mon, 16 Mar 2020 12:10:41 GMT",
"date": "Mon, 16 Mar 2020 12:44:52 GMT",
"tag": "@ot-builder/ft-layout_v0.5.1",
"version": "0.5.1",
"comments": {
"patch": [
{
"comment": "Fix incorrect /src reference from feature-params",
"author": "belleve@typeof.net",
"commit": "2cf128675a3658583c25dd7ed5a4559f372ff8f8"
}
]
}
},
{
"date": "Mon, 16 Mar 2020 12:13:10 GMT",
"tag": "@ot-builder/ft-layout_v0.5.0",

@@ -8,0 +22,0 @@ "version": "0.5.0",

+8
-2
# Change Log - @ot-builder/ft-layout
This log was last generated on Mon, 16 Mar 2020 12:10:41 GMT and should not be manually modified.
This log was last generated on Mon, 16 Mar 2020 12:44:52 GMT and should not be manually modified.
## 0.5.1
Mon, 16 Mar 2020 12:44:52 GMT
### Patches
- Fix incorrect /src reference from feature-params (belleve@typeof.net)
## 0.5.0
Mon, 16 Mar 2020 12:10:41 GMT
Mon, 16 Mar 2020 12:13:10 GMT

@@ -8,0 +14,0 @@ ### Minor changes

import { Sigma } from "@ot-builder/prelude";
import { UInt16, UInt24 } from "@ot-builder/primitive/src";
import { UInt16, UInt24 } from "@ot-builder/primitive";
export declare namespace FeatureParams {

@@ -4,0 +4,0 @@ const TID_StylisticSet: Sigma.TypeID<StylisticSet>;

@@ -8,3 +8,3 @@ {

},
"version": "0.5.0",
"version": "0.5.1",
"main": "./lib/index.js",

@@ -21,6 +21,6 @@ "types": "./lib/index.d.ts",

"dependencies": {
"@ot-builder/ft-glyphs": "0.4.0",
"@ot-builder/prelude": "0.4.0",
"@ot-builder/primitive": "0.3.0",
"@ot-builder/variance": "0.4.0",
"@ot-builder/ft-glyphs": "0.4.1",
"@ot-builder/prelude": "0.4.1",
"@ot-builder/primitive": "0.3.1",
"@ot-builder/variance": "0.4.1",
"tslib": "^1.9.3"

@@ -27,0 +27,0 @@ },