Socket
Socket
Sign inDemoInstall

zx

Package Overview
Dependencies
53
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.3 to 6.2.4

1

build/context.js

@@ -21,3 +21,2 @@ // Copyright 2022 Google LLC

export function setRootCtx(ctx) {
storage.enterWith(ctx);
root = ctx;

@@ -24,0 +23,0 @@ }

6

build/core.js

@@ -81,3 +81,7 @@ // Copyright 2021 Google LLC

this.ctx = { ...getCtx() };
Object.defineProperty(this, 'ctx', { value: this.ctx, writable: false, configurable: false });
Object.defineProperty(this, 'ctx', {
value: this.ctx,
writable: false,
configurable: false,
});
}

@@ -84,0 +88,0 @@ get stdin() {

{
"name": "zx",
"version": "6.2.3",
"version": "6.2.4",
"description": "A tool for writing better scripts.",

@@ -5,0 +5,0 @@ "type": "module",

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