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
1401
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 5.0.3 to 5.1.0-alpha-20250206110829-768a304d30ac188963659a5af7c64bb0489805f8

2

cjs/orchestrator.js

@@ -269,2 +269,3 @@ "use strict";

},
context,
extendContext: extension => {

@@ -372,2 +373,3 @@ Object.assign(context, extension);

},
context,
extendContext: extension => {

@@ -374,0 +376,0 @@ if (typeof extension === 'object') {

@@ -266,2 +266,3 @@ import { documentStringMap } from './document-string-map.js';

},
context,
extendContext: extension => {

@@ -369,2 +370,3 @@ Object.assign(context, extension);

},
context,
extendContext: extension => {

@@ -371,0 +373,0 @@ if (typeof extension === 'object') {

4

package.json
{
"name": "@envelop/core",
"version": "5.0.3",
"version": "5.1.0-alpha-20250206110829-768a304d30ac188963659a5af7c64bb0489805f8",
"sideEffects": false,
"dependencies": {
"@envelop/types": "5.0.0",
"@envelop/types": "5.1.0-alpha-20250206110829-768a304d30ac188963659a5af7c64bb0489805f8",
"tslib": "^2.5.0"

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