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.2
to
1.0.3
+15
-0
CHANGELOG.json

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

{
"date": "Sat, 27 Feb 2021 08:15:39 GMT",
"tag": "@ot-builder/cli-proc_v1.0.3",
"version": "1.0.3",
"comments": {
"patch": [
{
"comment": "Upgrade to TS 4.2.2",
"author": "belleve@typeof.net",
"commit": "c9a29938dc1f00c97b5feb92eae81670c9d6e57a",
"package": "@ot-builder/cli-proc"
}
]
}
},
{
"date": "Sat, 30 Jan 2021 01:02:12 GMT",

@@ -7,0 +22,0 @@ "tag": "@ot-builder/cli-proc_v1.0.1",

+9
-1
# Change Log - @ot-builder/cli-proc
This log was last generated on Sat, 30 Jan 2021 01:02:12 GMT and should not be manually modified.
This log was last generated on Sat, 27 Feb 2021 08:15:39 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.3
Sat, 27 Feb 2021 08:15:39 GMT
### Patches
- Upgrade to TS 4.2.2 (belleve@typeof.net)
## 1.0.1

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

+9
-9
{
"name": "@ot-builder/cli-proc",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -28,14 +28,14 @@ "repository": {

"chalk": "^4.1.0",
"@ot-builder/io-bin-font": "1.0.2",
"@ot-builder/primitive": "1.0.2",
"@ot-builder/common-impl": "1.0.2",
"@ot-builder/rectify": "1.0.2",
"@ot-builder/trace": "1.0.2",
"@ot-builder/prelude": "1.0.2",
"@ot-builder/ot": "1.0.2"
"@ot-builder/io-bin-font": "1.0.3",
"@ot-builder/primitive": "1.0.3",
"@ot-builder/common-impl": "1.0.3",
"@ot-builder/rectify": "1.0.3",
"@ot-builder/trace": "1.0.3",
"@ot-builder/prelude": "1.0.3",
"@ot-builder/ot": "1.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"jest": "^26.4.1"
"jest": "^26.6.3"
}
}