Socket
Socket
Sign inDemoInstall

node-execution-context

Package Overview
Dependencies
63
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.0.6

6

CHANGELOG.md
# CHANGELOG
## 2.0.6 (December 2, 2020)
- Better types definition for get.
## 2.0.5 (October 27, 2020)
- publish
- publish.

@@ -7,0 +11,0 @@ ## 2.0.4 (October 27, 2020)

@@ -302,3 +302,7 @@ (function webpackUniversalModuleDefinition(root, factory) {

};
/**
* @type {ExecutionContextAPI}
*/
var ExecutionContext = /*#__PURE__*/function () {

@@ -305,0 +309,0 @@ function ExecutionContext() {

2

package.json
{
"name": "node-execution-context",
"version": "2.0.5",
"version": "2.0.6",
"description": "Provides execution context wrapper for node JS, can be used to create execution wrapper for handling requests and more",

@@ -5,0 +5,0 @@ "author": "Oded Goldglas <odedglas@gmail.com>",

@@ -46,2 +46,5 @@ const asyncHooks = require('async_hooks');

/**
* @type {ExecutionContextAPI}
*/
class ExecutionContext {

@@ -48,0 +51,0 @@ constructor() {

@@ -32,3 +32,3 @@ import { ExecutionMapUsage } from '../lib/types';

*/
get(): object;
get<T>(): T;

@@ -35,0 +35,0 @@ /**

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc