@lcap/nasl-utils
Advanced tools
Comparing version 3.11.2-rc.5 to 3.11.2-rc.6
@@ -15,2 +15,4 @@ /** 浏览器环境 */ | ||
export declare const isSupportRequestIdleCallback: boolean; | ||
/** 是否支持 fetch */ | ||
export declare const supportFetch: boolean; | ||
//# sourceMappingURL=env.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isSupportRequestIdleCallback = exports.isAutoTestEnv = exports.isTestBrowser = exports.isDebugMode = exports.isLocalMode = exports.isNode = exports.isBrowser = void 0; | ||
exports.supportFetch = exports.isSupportRequestIdleCallback = exports.isAutoTestEnv = exports.isTestBrowser = exports.isDebugMode = exports.isLocalMode = exports.isNode = exports.isBrowser = void 0; | ||
/** 浏览器环境 */ | ||
@@ -18,2 +18,4 @@ exports.isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
exports.isSupportRequestIdleCallback = exports.isBrowser && 'requestIdleCallback' in window; | ||
/** 是否支持 fetch */ | ||
exports.supportFetch = Boolean(globalThis.fetch); | ||
//# sourceMappingURL=env.js.map |
{ | ||
"name": "@lcap/nasl-utils", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.11.2-rc.5", | ||
"version": "3.11.2-rc.6", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -26,3 +26,3 @@ "main": "./out", | ||
"uuid": "8.3.2", | ||
"@lcap/nasl-types": "3.11.2-rc.5" | ||
"@lcap/nasl-types": "3.11.2-rc.6" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
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
138481
2175
+ Added@lcap/nasl-types@3.11.2-rc.6(transitive)
- Removed@lcap/nasl-types@3.11.2-rc.5(transitive)
Updated@lcap/nasl-types@3.11.2-rc.6