universal-env
Advanced tools
Comparing version 0.2.11 to 0.3.0
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
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
18666