🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

pn-lambda-logger

Package Overview
Dependencies
Maintainers
47
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pn-lambda-logger - npm Package Compare versions

Comparing version

to
1.0.1

coverage/lcov-report/base.css

13

package.json
{
"name": "pn-lambda-logger",
"version": "1.0.0",
"version": "1.0.1",
"description": "Logger for AWS Lambda nodejs.",

@@ -19,3 +19,3 @@ "main": "dist/index.js",

"author": "David Borgenvik",
"license": "ISC",
"license": "UNLICENSED",
"homepage": "https://bitbucket.org/avupublicapis/pn-lambda-logger#readme",

@@ -27,2 +27,3 @@ "dependencies": {

"devDependencies": {
"@cyclonedx/bom": "^3.10.6",
"@types/ansi-regex": "^4.0.0",

@@ -39,4 +40,5 @@ "@types/ansi-styles": "^3.2.1",

"common-tags": "^1.8.0",
"mocha": "5.2.0",
"nyc": "13.3.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sonarqube-scanner": "^2.9.1",
"ts-node": "7.0.1",

@@ -62,7 +64,8 @@ "tslint": "5.11.0",

"reporter": [
"lcov",
"text"
],
"all": true,
"check-coverage": true
"check-coverage": false
}
}

@@ -99,3 +99,2 @@ # A nodejs logger for AWS Lambda

{
stdoutHijacker.ts:12
"@timestamp": 1541429192677,

@@ -153,13 +152,10 @@ "level": "INFO",

```
"version": "0.11.0",` to `"version": "0.12.0"
```
`"version": "0.11.0"` to `"version": "0.12.0"`
2. Make a commit titled "Release `version`":
```
git add package.json
git commit -m "Release 0.12.0"
```
`git add package.json`
`git commit -m "Release 0.12.0"`
3. Tag your commit with the `version`, this is what triggers the deployment in Bitbucket Pipelines.

@@ -166,0 +162,0 @@ The tagged commit must start with `release-`