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/errors

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/errors - npm Package Compare versions

Comparing version
0.10.18
to
0.10.19
+15
-0
CHANGELOG.json

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

{
"date": "Sun, 23 Aug 2020 00:12:52 GMT",
"tag": "@ot-builder/errors_v0.10.19",
"version": "0.10.19",
"comments": {
"patch": [
{
"comment": "Upgrade to TypeScript 4",
"author": "belleve@typeof.net",
"commit": "93a38332682c1182025ff4c6ad15b56a06bee0bb",
"package": "@ot-builder/errors"
}
]
}
},
{
"date": "Sun, 21 Jun 2020 00:10:05 GMT",

@@ -7,0 +22,0 @@ "tag": "@ot-builder/errors_v0.10.12",

+9
-1
# Change Log - @ot-builder/errors
This log was last generated on Sun, 21 Jun 2020 00:10:05 GMT and should not be manually modified.
This log was last generated on Sun, 23 Aug 2020 00:12:52 GMT and should not be manually modified.
<!-- Start content -->
## 0.10.19
Sun, 23 Aug 2020 00:12:52 GMT
### Patches
- Upgrade to TypeScript 4 (belleve@typeof.net)
## 0.10.12

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

+4
-4

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

},
"version": "0.10.18",
"version": "0.10.19",
"main": "./lib/index.js",

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

"dependencies": {
"tslib": "^1.13.0"
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"jest": "^26.0.1"
"@types/jest": "^26.0.10",
"jest": "^26.4.1"
}
}