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

@common-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/core - npm Package Compare versions

Comparing version 0.2.24 to 0.2.25

2

lib/envalid.d.ts

@@ -12,4 +12,4 @@ import * as envalid from 'envalid';

}>;
config: Readonly<T & envalid.CleanedEnvAccessors>;
cleanEnv: () => Readonly<T & envalid.CleanedEnvAccessors>;
};
export { buildEnv };

@@ -5,5 +5,2 @@ "use strict";

const envalid = require("envalid");
const llne = envalid.cleanEnv(process.env, {
test: envalid.str(),
});
function buildEnv(environment, specs, options) {

@@ -16,6 +13,8 @@ const envalidConfig = Object.keys(specs).reduce((prev, key) => {

}, {});
const config = envalid.cleanEnv(environment, specs, options);
function cleanEnv() {
return envalid.cleanEnv(environment, specs, options);
}
return {
envalidConfig,
config,
cleanEnv,
};

@@ -22,0 +21,0 @@ }

{
"name": "@common-stack/core",
"version": "0.2.24",
"version": "0.2.25",
"description": "Common core for higher packages to depend on",

@@ -27,3 +27,3 @@ "license": "ISC",

},
"gitHead": "98cbcc31ae1b08db02bbef40f493cf4c022a66be"
"gitHead": "76ab7bc75fc8e2b0e62e3bfd9d0b7347c9a06141"
}

Sorry, the diff of this file is not supported yet

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