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.1.0
to
1.1.1
+16
-1
CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Sun, 18 Jul 2021 02:11:53 GMT",
"date": "Sat, 11 Sep 2021 01:06:55 GMT",
"tag": "@ot-builder/ot-encoding_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"author": "otbbuilder-dev@users.noreply.github.com",
"package": "@ot-builder/ot-encoding",
"commit": "28bc4c48910f10dcabb090ab68e610ce499caa95",
"comment": "Bump @ot-builder/ot-encoding to v1.1.1"
}
]
}
},
{
"date": "Sun, 18 Jul 2021 02:14:19 GMT",
"tag": "@ot-builder/ot-encoding_v1.1.0",

@@ -8,0 +23,0 @@ "version": "1.1.0",

# Change Log - @ot-builder/ot-encoding
This log was last generated on Sun, 18 Jul 2021 02:11:53 GMT and should not be manually modified.
This log was last generated on Sat, 11 Sep 2021 01:06:55 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.1
Sat, 11 Sep 2021 01:06:55 GMT
### Patches
- Bump @ot-builder/ot-encoding to v1.1.1 (otbbuilder-dev@users.noreply.github.com)
## 1.1.0
Sun, 18 Jul 2021 02:11:53 GMT
Sun, 18 Jul 2021 02:14:19 GMT

@@ -11,0 +19,0 @@ ### Minor changes

{
"name": "@ot-builder/ot-encoding",
"description": "",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ot-builder/monorepo.git",
"directory": "packages/ot-encoding"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/**/*.json",
"lib/**/*.d.ts"
],
"scripts": {

@@ -17,4 +27,4 @@ "build": "tsc -b ./tsconfig.package.json",

"dependencies": {
"@ot-builder/ot-glyphs": "1.1.0",
"@ot-builder/prelude": "1.1.0",
"@ot-builder/ot-glyphs": "1.1.1",
"@ot-builder/prelude": "1.1.1",
"tslib": "^2.0.0"

@@ -21,0 +31,0 @@ },