Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@acryps/environment

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acryps/environment - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

built/index.js

@@ -8,3 +8,3 @@ "use strict";

const child_process_1 = require("child_process");
const childProgram = process.argv.slice(process.argv.indexOf(__filename) + 1);
const childProgram = process.argv.slice(2);
if (!childProgram.length) {

@@ -130,3 +130,3 @@ throw new Error(`No child program set (${process.argv.join(' ')}). Environment cannot be applied`);

// passing our own properties like 'active setting' would allow developers to add checks to them instead of using the configured environment variables, which is not intended
const childProcess = (0, child_process_1.spawn)(nodeLocation, childProgram.slice(1), {
const childProcess = (0, child_process_1.spawn)(nodeLocation, childProgram, {
stdio: 'inherit',

@@ -133,0 +133,0 @@ env: {

{
"name": "@acryps/environment",
"version": "1.0.1",
"version": "1.0.2",
"license": "GPL-3.0-only",

@@ -5,0 +5,0 @@ "bin": {

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