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

@iopipe/profiler

Package Overview
Dependencies
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iopipe/profiler - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

4

dist/index.js

@@ -40,3 +40,4 @@ 'use strict';

heapSnapshot: false,
debug: false
debug: false,
networkTimeout: 5000
};

@@ -126,2 +127,3 @@

auth: this.token,
networkTimeout: this.config.networkTimeout,
arn,

@@ -128,0 +130,0 @@ requestId

{
"name": "@iopipe/profiler",
"version": "2.0.3",
"version": "2.1.0",
"description": "IOpipe plugin for running the v8 profiler on your functions",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -35,2 +35,6 @@ # IOpipe Profiler Plugin

### Engines
To use >=2.0 of this library, you must be running on Node.js 8 or higher (8.10 and up on AWS Lambda). If you are running on 6.10 on Lambda, use a 1.x version, as the native profiler is not available on that runtime, and will be compiled in the 1.x version of this library.
## Config

@@ -58,2 +62,6 @@

#### `networkTimeout` (number: optional = 5000)
Set timeout in ms for network requests.
## Environment Variables

@@ -60,0 +68,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