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

@orion-js/env

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/env - npm Package Compare versions

Comparing version 3.1.20 to 3.1.22

lib/environment/getDts.d.ts

1

lib/environment/index.d.ts

@@ -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;

4

package.json
{
"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"
}
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