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

@lcap/nasl-utils

Package Overview
Dependencies
Maintainers
0
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcap/nasl-utils - npm Package Compare versions

Comparing version 3.10.4-rc.5 to 3.10.4-rc.6

2

out/env.d.ts

@@ -15,2 +15,4 @@ /** 浏览器环境 */

export declare const isSupportRequestIdleCallback: boolean;
/** 是否支持 fetch */
export declare const supportFetch: boolean;
//# sourceMappingURL=env.d.ts.map

4

out/env.js
"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.10.4-rc.5",
"version": "3.10.4-rc.6",
"author": "Forrest <rainforest92@126.com>",

@@ -26,3 +26,3 @@ "main": "./out",

"uuid": "8.3.2",
"@lcap/nasl-types": "3.10.4-rc.5"
"@lcap/nasl-types": "3.10.4-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

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