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

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

Comparing version
1.3.3
to
1.4.0
+28
-1
CHANGELOG.json

@@ -5,3 +5,30 @@ {

{
"date": "Sat, 18 Dec 2021 01:17:28 GMT",
"date": "Sat, 26 Feb 2022 01:26:05 GMT",
"tag": "@ot-builder/ot-encoding_v1.4.0",
"version": "1.4.0",
"comments": {
"minor": [
{
"author": "otbbuilder-dev@users.noreply.github.com",
"package": "@ot-builder/ot-encoding",
"commit": "d5ef5ade3424ec81b7545c9967badddeb9cc8f1b",
"comment": "Enhance OTBCLI with better subset, drop and transform-glyphs"
},
{
"author": "beachball",
"package": "@ot-builder/ot-encoding",
"comment": "Bump @ot-builder/ot-glyphs to v1.4.0",
"commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
},
{
"author": "beachball",
"package": "@ot-builder/ot-encoding",
"comment": "Bump @ot-builder/prelude to v1.4.0",
"commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
}
]
}
},
{
"date": "Sat, 18 Dec 2021 01:19:54 GMT",
"tag": "@ot-builder/ot-encoding_v1.3.3",

@@ -8,0 +35,0 @@ "version": "1.3.3",

# Change Log - @ot-builder/ot-encoding
This log was last generated on Sat, 18 Dec 2021 01:17:28 GMT and should not be manually modified.
This log was last generated on Sat, 26 Feb 2022 01:26:05 GMT and should not be manually modified.
<!-- Start content -->
## 1.4.0
Sat, 26 Feb 2022 01:26:05 GMT
### Minor changes
- Enhance OTBCLI with better subset, drop and transform-glyphs (otbbuilder-dev@users.noreply.github.com)
- Bump @ot-builder/ot-glyphs to v1.4.0
- Bump @ot-builder/prelude to v1.4.0
## 1.3.3
Sat, 18 Dec 2021 01:17:28 GMT
Sat, 18 Dec 2021 01:19:54 GMT

@@ -11,0 +21,0 @@ ### Patches

+4
-4
{
"name": "@ot-builder/ot-encoding",
"description": "",
"version": "1.3.3",
"version": "1.4.0",
"license": "MIT",

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

"dependencies": {
"@ot-builder/ot-glyphs": "1.3.3",
"@ot-builder/prelude": "1.3.3",
"@ot-builder/ot-glyphs": "1.4.0",
"@ot-builder/prelude": "1.4.0",
"tslib": "^2.0.0"

@@ -34,4 +34,4 @@ },

"@types/jest": "^26.0.23",
"jest": "^27.0.6"
"jest": "^27.5.1"
}
}