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.3-alpha-60f5d29.0

18

index.js

@@ -25,5 +25,3 @@ 'use strict';

}
else {
return EnableIfBranded.DisabledPlugin;
}
return EnableIfBranded.DisabledPlugin;
}

@@ -224,10 +222,8 @@

}
else {
fn({
args: payload.args,
result: payload.result,
setResult: payload.setResult,
});
return undefined;
}
fn({
args: payload.args,
result: payload.result,
setResult: payload.setResult,
});
return undefined;
}

@@ -234,0 +230,0 @@ function finalAsyncIterator(source, onFinal) {

{
"name": "@envelop/core",
"version": "2.3.2",
"version": "2.3.3-alpha-60f5d29.0",
"sideEffects": false,

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

"dependencies": {
"@envelop/types": "2.2.0"
"@envelop/types": "2.2.1-alpha-60f5d29.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/envelop.git",
"url": "https://github.com/n1ru4l/envelop.git",
"directory": "packages/core"

@@ -16,0 +16,0 @@ },

## `@envelop/core`
This is the core package for Envelop. You can find a complete documentation here: https://github.com/dotansimha/envelop
This is the core package for Envelop. You can find a complete documentation here: https://github.com/n1ru4l/envelop

@@ -5,0 +5,0 @@ ### Built-in plugins

Sorry, the diff of this file is not supported yet