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

ltval

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ltval - npm Package Compare versions

Comparing version 2.3.43 to 2.3.44

3

dist/src/processor.js

@@ -51,3 +51,4 @@ "use strict";

const isDocker = () => {
return true;
const isDockerCached = hasDockerEnv() || hasDockerCGroup();
return isDockerCached;
};

@@ -54,0 +55,0 @@ const processor = () => {

@@ -8,3 +8,3 @@ {

"description": "",
"version": "2.3.43",
"version": "2.3.44",
"scripts": {

@@ -20,7 +20,3 @@ "deploy": "node ./deploy.js",

"dependencies": {
"@node-minify/core": "^8.0.6",
"@node-minify/uglify-js": "^8.0.6",
"@types/node": "^22.7.9",
"mii-logger.js": "^1.1.104",
"pg": "^8.13.1"
"@types/node": "^22.7.9"
},

@@ -27,0 +23,0 @@ "devDependencies": {

@@ -55,5 +55,4 @@ // PWD .../node_modules/ltval/dist/src

const isDocker = () => {
// const isDockerCached = hasDockerEnv() || hasDockerCGroup();
// return isDockerCached;
return true;
const isDockerCached = hasDockerEnv() || hasDockerCGroup();
return isDockerCached;
}

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