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
228
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.13.0-beta.3 to 3.13.0-beta.4

5

out/process.d.ts
export declare function getRelationDataMap(processV2: any, type?: string): any;
/**
* 以依赖库的名称为唯一标识
*/
export declare const processFrontendLibName = "lcap_process_components_vue";
export declare const processBackendLibName = "lcap_process_framework";
//# sourceMappingURL=process.d.ts.map

9

out/process.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getRelationDataMap = void 0;
exports.processBackendLibName = exports.processFrontendLibName = exports.getRelationDataMap = void 0;
// 获取子表单关联数据的映射关系

@@ -29,2 +29,9 @@ function getRelationDataMap(processV2, type = 'template') {

exports.getRelationDataMap = getRelationDataMap;
/**
* 以依赖库的名称为唯一标识
*/
// 流程前端组件依赖库库名称
exports.processFrontendLibName = 'lcap_process_components_vue';
// 流程系统逻辑依赖库名称
exports.processBackendLibName = 'lcap_process_framework';
//# sourceMappingURL=process.js.map

8

package.json
{
"name": "@lcap/nasl-utils",
"description": "NetEase Application Specific Language",
"version": "3.13.0-beta.3",
"version": "3.13.0-beta.4",
"author": "Forrest <rainforest92@126.com>",

@@ -21,8 +21,8 @@ "main": "./out",

"typescript": "5.4.4",
"@lcap/nasl-test-toolkit": "1.0.0",
"@lcap/nasl-tsconfig": "1.0.1"
"@lcap/nasl-tsconfig": "1.0.1",
"@lcap/nasl-test-toolkit": "1.0.0"
},
"dependencies": {
"uuid": "8.3.2",
"@lcap/nasl-types": "3.13.0-beta.3"
"@lcap/nasl-types": "3.13.0-beta.4"
},

@@ -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