Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@rg-dev/stdlib

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rg-dev/stdlib - npm Package Compare versions

Comparing version
1.0.39
to
1.0.40
+6
-2
lib/node-env.cjs

@@ -363,4 +363,8 @@ var __create = Object.create;

function createTempFilePath(ext) {
if (ext.startsWith(".")) {
ext = ext.slice(1);
if (typeof ext == "string") {
if (ext.startsWith(".")) {
ext = ext.slice(1);
}
} else {
ext = void 0;
}

@@ -367,0 +371,0 @@ const name = `temp_file_${process.pid}_${Date.now()}_${Math.random().toString(36).slice(2)}${ext ? `.${ext}` : ""}`;

@@ -350,4 +350,8 @@ var __create = Object.create;

function createTempFilePath(ext) {
if (ext.startsWith(".")) {
ext = ext.slice(1);
if (typeof ext == "string") {
if (ext.startsWith(".")) {
ext = ext.slice(1);
}
} else {
ext = void 0;
}

@@ -354,0 +358,0 @@ const name = `temp_file_${process.pid}_${Date.now()}_${Math.random().toString(36).slice(2)}${ext ? `.${ext}` : ""}`;

{
"name": "@rg-dev/stdlib",
"version": "1.0.39",
"version": "1.0.40",
"description": "",

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