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

@serverless/sdk

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/sdk - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

6

CHANGELOG.md

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

### [0.4.2](https://github.com/serverless/console/compare/@serverless/sdk@0.4.1...@serverless/sdk@0.4.2) (2023-01-27)
### Bug Fixes
- Fix manual `express` instrumentation ([0fefb5a](https://github.com/serverless/console/commit/0fefb5a202321369599db4cb0687e12f1e122c46))
### [0.4.1](https://github.com/serverless/console/compare/@serverless/sdk@0.4.0...@serverless/sdk@0.4.1) (2023-01-26)

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

2

instrumentation/express-app.js

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

app.lazyrouter();
const uninstall = instrumentLayerPrototype(Object.getPrototypeOf(app._router.stack[0]));
const uninstall = instrumentLayerPrototype.install(Object.getPrototypeOf(app._router.stack[0]));
instrumentedApps.set(app, uninstall);

@@ -19,0 +19,0 @@ return uninstall;

{
"name": "@serverless/sdk",
"repository": "serverless/console",
"version": "0.4.1",
"version": "0.4.2",
"author": "Serverless, Inc.",

@@ -6,0 +6,0 @@ "dependencies": {

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