@typed/common
Advanced tools
Comparing version 0.0.1-alpha.178 to 0.0.1-alpha.181
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isBrowser = (() => typeof window !== 'undefined' && typeof document !== 'undefined')(); | ||
// Very loose definition of a browser environment | ||
exports.isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
//# sourceMappingURL=executionEnvironment.js.map |
@@ -1,2 +0,3 @@ | ||
export const isBrowser = (() => typeof window !== 'undefined' && typeof document !== 'undefined')(); | ||
// Very loose definition of a browser environment | ||
export const isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
//# sourceMappingURL=executionEnvironment.js.map |
{ | ||
"name": "@typed/common", | ||
"version": "0.0.1-alpha.178+ebba158", | ||
"version": "0.0.1-alpha.181+1bda73f", | ||
"description": "Assortment of shared functions & types for Typed libraries", | ||
@@ -31,3 +31,3 @@ "main": "./cjs/index.js", | ||
"sideEffects": false, | ||
"gitHead": "ebba1589d4937a66868e9599f76a92869f878515" | ||
"gitHead": "1bda73ff3eaddc75eb8e89984cd56dcc4ab5203d" | ||
} |
@@ -1,2 +0,2 @@ | ||
export const isBrowser: boolean = ((): boolean => | ||
typeof window !== 'undefined' && typeof document !== 'undefined')() | ||
// Very loose definition of a browser environment | ||
export const isBrowser: boolean = typeof window !== 'undefined' && typeof document !== 'undefined' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
308318
1550