@orion-js/env
Advanced tools
Comparing version 3.1.20 to 3.1.22
@@ -0,1 +1,2 @@ | ||
export * from './getDts'; | ||
export interface Variables { | ||
@@ -2,0 +3,0 @@ [key: string]: string; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -6,2 +16,3 @@ exports.env = exports.readEnv = void 0; | ||
const getVariables_1 = require("./getVariables"); | ||
__exportStar(require("./getDts"), exports); | ||
let variables = {}; | ||
@@ -8,0 +19,0 @@ const g = global; |
{ | ||
"name": "@orion-js/env", | ||
"version": "3.1.20", | ||
"version": "3.1.22", | ||
"main": "lib/index.js", | ||
@@ -34,3 +34,3 @@ "author": "nicolaslopezj", | ||
}, | ||
"gitHead": "57400314f6605eb78cb5eed36430806ee4428e28" | ||
"gitHead": "51b5af5952a486e40392381f769c69cfdfdc7b5e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21959
36
530
0