Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serverless/utils

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/utils - npm Package Compare versions

Comparing version 6.9.1 to 6.9.2

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [6.9.2](https://github.com/serverless/utils/compare/v6.9.1...v6.9.2) (2023-03-16)
### Bug Fixes
- Stack trace should not be camel case ([#200](https://github.com/serverless/utils/issues/200)) ([a046bdb](https://github.com/serverless/utils/commit/a046bdb47dbe517a3650f83daf606a859e05bdad))
## [6.9.1](https://github.com/serverless/utils/compare/v6.9.0...v6.9.1) (2023-03-16)

@@ -7,0 +13,0 @@

2

console-ui.js

@@ -97,3 +97,3 @@ 'use strict';

payload = { ...activity.tags.warning, customTags };
delete payload.stackTrace;
delete payload.stacktrace;
}

@@ -100,0 +100,0 @@

{
"name": "@serverless/utils",
"version": "6.9.1",
"version": "6.9.2",
"description": "Serverless CLI utilities",

@@ -5,0 +5,0 @@ "repository": "serverless/utils",

@@ -189,3 +189,3 @@ 'use strict';

warning: {
stackTrace: 'stack trace',
stacktrace: 'stack trace',
message,

@@ -213,3 +213,3 @@ },

warning: {
stackTrace: 'stack trace',
stacktrace: 'stack trace',
message,

@@ -216,0 +216,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc