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
0.10.18
to
0.10.19
+15
-0
CHANGELOG.json

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

{
"date": "Sun, 23 Aug 2020 00:12:52 GMT",
"tag": "@ot-builder/trace_v0.10.19",
"version": "0.10.19",
"comments": {
"patch": [
{
"comment": "Upgrade to TypeScript 4",
"author": "belleve@typeof.net",
"commit": "93a38332682c1182025ff4c6ad15b56a06bee0bb",
"package": "@ot-builder/trace"
}
]
}
},
{
"date": "Sun, 09 Aug 2020 00:10:53 GMT",

@@ -7,0 +22,0 @@ "tag": "@ot-builder/trace_v0.10.17",

+9
-1
# Change Log - @ot-builder/trace
This log was last generated on Sun, 09 Aug 2020 00:10:53 GMT and should not be manually modified.
This log was last generated on Sun, 23 Aug 2020 00:12:52 GMT and should not be manually modified.
<!-- Start content -->
## 0.10.19
Sun, 23 Aug 2020 00:12:52 GMT
### Patches
- Upgrade to TypeScript 4 (belleve@typeof.net)
## 0.10.17

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.visibleGlyphsFromUnicodeSet = exports.traceGlyphs = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ tslib_1.__exportStar(require("./interface"), exports);

+10
-10

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

},
"version": "0.10.18",
"version": "0.10.19",
"main": "./lib/index.js",

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

"dependencies": {
"@ot-builder/ot": "0.10.18",
"@ot-builder/common-impl": "0.10.18",
"@ot-builder/ot-glyphs": "0.10.18",
"@ot-builder/ot-metadata": "0.10.18",
"@ot-builder/prelude": "0.10.18",
"@ot-builder/variance": "0.10.18",
"tslib": "^1.13.0"
"@ot-builder/ot": "0.10.19",
"@ot-builder/common-impl": "0.10.19",
"@ot-builder/ot-glyphs": "0.10.19",
"@ot-builder/ot-metadata": "0.10.19",
"@ot-builder/prelude": "0.10.19",
"@ot-builder/variance": "0.10.19",
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"jest": "^26.0.1"
"@types/jest": "^26.0.10",
"jest": "^26.4.1"
}
}