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

universal-env

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-env - npm Package Compare versions

Comparing version 0.2.11 to 0.3.0

6

dist/env.factory.js
module.exports = function(require, exports, module) {
with(this) { module.exports = /******/ (function(modules) { // webpackBootstrap
with(this) { module.exports = /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -10,5 +10,5 @@ /******/ var installedModules = {};

/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/
/******/ }
/******/ // Create a new module (and put it into the cache)

@@ -15,0 +15,0 @@ /******/ var module = installedModules[moduleId] = {

;(function(fn) {
if (typeof exports === "object" && typeof module !== "undefined") {
module.exports = fn();
} else if (typeof define === "function") {
define("universal-env", function(require, exports, module){
;(function(fn) {
if (typeof exports === "object" && typeof module !== "undefined") {
module.exports = fn();
});
} else {
var root;
if (typeof window !== "undefined") {
root = window;
} else if (typeof self !== "undefined") {
root = self;
} else if (typeof global !== "undefined") {
root = global;
} else if (typeof define === "function") {
define("universal-env", function(require, exports, module){
module.exports = fn();
});
} else {
// NOTICE: In JavaScript strict mode, this is null
root = this;
var root;
if (typeof window !== "undefined") {
root = window;
} else if (typeof self !== "undefined") {
root = self;
} else if (typeof global !== "undefined") {
root = global;
} else {
// NOTICE: In JavaScript strict mode, this is null
root = this;
}
root["Env"] = fn();
}
root["Env"] = fn();
}
})(function(){
return /******/ (function(modules) { // webpackBootstrap
})(function(){
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -32,5 +32,5 @@ /******/ var installedModules = {};

/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/
/******/ }
/******/ // Create a new module (and put it into the cache)

@@ -37,0 +37,0 @@ /******/ var module = installedModules[moduleId] = {

{
"name": "universal-env",
"version": "0.2.11",
"version": "0.3.0",
"description": "A universal environment utilities.",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

Sorry, the diff of this file is not supported yet

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