Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@serverless-devs/art-template

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless-devs/art-template - npm Package Compare versions

Comparing version
4.13.16-beta.33
to
4.13.16-beta.34
+16
-1
index.d.ts

@@ -97,2 +97,17 @@ declare type artTemplateDefaults = {

}
declare type scriptsObj = {
source: string,
tplToken: any,
code: string
}
declare type IContext = {
name: string,
value: string
}
declare type analyzeResult = {
scripts: scriptsObj,
context: IContext[],
contextMap: Object,
mapping: any
}
/**

@@ -110,4 +125,4 @@ *

function esTokenizer(code: string): Object[];
function analyze(source: string, options?: any): Object;
function analyze(source: string, options?: any): analyzeResult;
}
export = artTemplate;
+1
-1

@@ -6,3 +6,3 @@ {

"homepage": "http://aui.github.com/art-template/",
"version": "4.13.16-beta.33",
"version": "4.13.16-beta.34",
"keywords": [

@@ -9,0 +9,0 @@ "template"