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/io-bin-encoding

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/io-bin-encoding - npm Package Compare versions

Comparing version
0.10.11
to
0.10.12
+15
-0
CHANGELOG.json

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

{
"date": "Sun, 21 Jun 2020 00:06:47 GMT",
"tag": "@ot-builder/io-bin-encoding_v0.10.12",
"version": "0.10.12",
"comments": {
"patch": [
{
"comment": "Upgrade dependencies",
"author": "belleve@typeof.net",
"commit": "8306bc7722ea5324c16ce5b91e797c6aa2fb3af6",
"package": "@ot-builder/io-bin-encoding"
}
]
}
},
{
"date": "Sun, 17 May 2020 05:28:46 GMT",

@@ -7,0 +22,0 @@ "tag": "@ot-builder/io-bin-encoding_v0.10.9",

+9
-1
# Change Log - @ot-builder/io-bin-encoding
This log was last generated on Sun, 17 May 2020 05:28:46 GMT and should not be manually modified.
This log was last generated on Sun, 21 Jun 2020 00:06:47 GMT and should not be manually modified.
<!-- Start content -->
## 0.10.12
Sun, 21 Jun 2020 00:06:47 GMT
### Patches
- Upgrade dependencies (belleve@typeof.net)
## 0.10.9

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

+15
-15

@@ -10,3 +10,3 @@ {

},
"version": "0.10.11",
"version": "0.10.12",
"main": "./lib/index.js",

@@ -23,20 +23,20 @@ "types": "./lib/index.d.ts",

"dependencies": {
"@ot-builder/bin-util": "0.10.11",
"@ot-builder/errors": "0.10.11",
"@ot-builder/ot-encoding": "0.10.11",
"@ot-builder/ot-glyphs": "0.10.11",
"@ot-builder/ot-metadata": "0.10.11",
"@ot-builder/prelude": "0.10.11",
"@ot-builder/primitive": "0.10.11",
"@ot-builder/ot-sfnt": "0.10.11",
"@ot-builder/io-bin-sfnt": "0.10.11",
"@ot-builder/bin-util": "0.10.12",
"@ot-builder/errors": "0.10.12",
"@ot-builder/ot-encoding": "0.10.12",
"@ot-builder/ot-glyphs": "0.10.12",
"@ot-builder/ot-metadata": "0.10.12",
"@ot-builder/prelude": "0.10.12",
"@ot-builder/primitive": "0.10.12",
"@ot-builder/ot-sfnt": "0.10.12",
"@ot-builder/io-bin-sfnt": "0.10.12",
"tslib": "^1.13.0"
},
"devDependencies": {
"@ot-builder/io-bin-glyph-store": "0.10.11",
"@ot-builder/io-bin-metadata": "0.10.11",
"@ot-builder/test-util": "0.10.11",
"@types/jest": "^24.0.15",
"jest": "^24.8.0"
"@ot-builder/io-bin-glyph-store": "0.10.12",
"@ot-builder/io-bin-metadata": "0.10.12",
"@ot-builder/test-util": "0.10.12",
"@types/jest": "^26.0.0",
"jest": "^26.0.1"
}
}