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

@lcap/nasl-types

Package Overview
Dependencies
Maintainers
0
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcap/nasl-types - npm Package Compare versions

Comparing version 3.11.1-rc.4 to 3.11.2-alpha.1

8

out/concepts/objects/DataSource__.d.ts

@@ -27,3 +27,11 @@ import type { BaseNodeObject } from '../common/BaseNodeObject';

readonly ddlStrategy: 'all' | 'originNotTable' | 'none';
/**
* 数据表命名规则
*/
readonly tableNamingConvention?: 'snakeAllLowerCase' | 'snakeAllUpperCase' | 'camelCase' | null;
/**
* 数据列命名规则
*/
readonly columnNamingConvention?: 'snakeAllLowerCase' | 'snakeAllUpperCase' | 'camelCase' | null;
}
//# sourceMappingURL=DataSource__.d.ts.map

2

out/translator.d.ts

@@ -113,2 +113,4 @@ import { BaseNode } from './concepts';

typeMap?: any;
/** 在模板中 */
inVueTemplate?: boolean;
}

@@ -115,0 +117,0 @@ export interface MinRange<Node extends BaseNode = BaseNode> {

2

package.json
{
"name": "@lcap/nasl-types",
"description": "NetEase Application Specific Language",
"version": "3.11.1-rc.4",
"version": "3.11.2-alpha.1",
"main": "./out",

@@ -6,0 +6,0 @@ "types": "./out",

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