New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@homer0/env-utils

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homer0/env-utils - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

6

dist/index.js

@@ -21,4 +21,4 @@ "use strict";

var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
EnvUtils: () => EnvUtils,

@@ -28,3 +28,3 @@ envUtils: () => envUtils,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_jimple = require("@homer0/jimple");

@@ -31,0 +31,0 @@ class EnvUtils {

{
"name": "@homer0/env-utils",
"description": "A simple service to avoid calling process.env on multiples places",
"version": "3.0.7",
"version": "3.0.8",
"repository": {

@@ -26,11 +26,11 @@ "type": "git",

"dependencies": {
"@homer0/jimple": "3.0.7"
"@homer0/jimple": "3.0.8"
},
"devDependencies": {
"@homer0/eslint-plugin": "12.0.7",
"@homer0/tsconfig": "1.0.18",
"@homer0/eslint-plugin": "12.0.8",
"@homer0/tsconfig": "1.0.19",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},

@@ -51,3 +51,3 @@ "engine-strict": true,

},
"gitHead": "658c5ce61ee996331fe8fe99ff457234d6ccac96"
"gitHead": "17b652bbb9639047f07aad6684033c943955433f"
}
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