New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@envelop/core

Package Overview
Dependencies
Maintainers
1
Versions
1491
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envelop/core - npm Package Compare versions

Comparing version

to
2.3.0

4

index.js

@@ -489,4 +489,5 @@ 'use strict';

const afterCalls = [];
// In order to have access to the "last working" context object we keep this outside of the try block:
let context = orchestratorCtx ? { ...initialContext, ...orchestratorCtx } : initialContext;
try {
let context = orchestratorCtx ? { ...initialContext, ...orchestratorCtx } : initialContext;
let isBreakingContextBuilding = false;

@@ -524,2 +525,3 @@ for (const onContext of beforeCallbacks.context) {

errorCb({
context,
error,

@@ -526,0 +528,0 @@ setError: err => {

{
"name": "@envelop/core",
"version": "2.2.0",
"version": "2.3.0",
"sideEffects": false,

@@ -9,3 +9,3 @@ "peerDependencies": {

"dependencies": {
"@envelop/types": "2.1.0"
"@envelop/types": "2.2.0"
},

@@ -12,0 +12,0 @@ "repository": {

Sorry, the diff of this file is not supported yet