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/cli-proc

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/cli-proc - npm Package Compare versions

Comparing version
1.0.9
to
1.0.10
+16
-1
CHANGELOG.json

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

{
"date": "Sat, 05 Jun 2021 01:36:11 GMT",
"date": "Sat, 03 Jul 2021 01:05:13 GMT",
"tag": "@ot-builder/cli-proc_v1.0.10",
"version": "1.0.10",
"comments": {
"patch": [
{
"comment": "Bump @ot-builder/cli-proc to v1.0.10",
"author": "otbbuilder-dev@users.noreply.github.com",
"commit": "09e4766daf9cbbac090bfbd958c0496becde30e6",
"package": "@ot-builder/cli-proc"
}
]
}
},
{
"date": "Sat, 05 Jun 2021 01:38:42 GMT",
"tag": "@ot-builder/cli-proc_v1.0.9",

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

# Change Log - @ot-builder/cli-proc
This log was last generated on Sat, 05 Jun 2021 01:36:11 GMT and should not be manually modified.
This log was last generated on Sat, 03 Jul 2021 01:05:13 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.10
Sat, 03 Jul 2021 01:05:13 GMT
### Patches
- Bump @ot-builder/cli-proc to v1.0.10 (otbbuilder-dev@users.noreply.github.com)
## 1.0.9
Sat, 05 Jun 2021 01:36:11 GMT
Sat, 05 Jun 2021 01:38:42 GMT

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

+10
-11
{
"name": "@ot-builder/cli-proc",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",

@@ -17,15 +17,14 @@ "main": "./lib/index.js",

"tslib": "^2.0.0",
"chalk": "^4.1.0",
"@ot-builder/io-bin-font": "1.0.9",
"@ot-builder/primitive": "1.0.9",
"@ot-builder/common-impl": "1.0.9",
"@ot-builder/rectify": "1.0.9",
"@ot-builder/trace": "1.0.9",
"@ot-builder/prelude": "1.0.9",
"@ot-builder/ot": "1.0.9"
"@ot-builder/io-bin-font": "1.0.10",
"@ot-builder/primitive": "1.0.10",
"@ot-builder/common-impl": "1.0.10",
"@ot-builder/rectify": "1.0.10",
"@ot-builder/trace": "1.0.10",
"@ot-builder/prelude": "1.0.10",
"@ot-builder/ot": "1.0.10"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"jest": "^26.6.3"
"@types/jest": "^26.0.23",
"jest": "^27.0.6"
}
}