surveyjs-editor
Advanced tools
Comparing version
{ | ||
"name": "surveyjs-editor", | ||
"version": "0.12.4", | ||
"version": "0.12.5", | ||
"description": "Use surveyjs Editor to create or edit JSON for surveyjs library.", | ||
@@ -30,3 +30,4 @@ "keywords": [ | ||
"dependencies": { | ||
"survey-knockout": "^0.12.4", | ||
"survey-knockout": "^0.12.5", | ||
"jquery": "^2.1.0", | ||
"knockout": "^3.4.0", | ||
@@ -33,0 +34,0 @@ "bootstrap": "^3.3.6", |
@@ -1,2 +0,2 @@ | ||
/*Type definitions for Surveyjs Editor JavaScript library v0.12.4 | ||
/*Type definitions for Surveyjs Editor JavaScript library v0.12.5 | ||
(c) Devsoft Baltic O� - http://surveyjs.io/ | ||
@@ -12,2 +12,3 @@ Github - https://github.com/surveyjs/editor | ||
import "../main.scss"; | ||
import "bootstrap"; | ||
@@ -269,2 +270,21 @@ export declare class DragDropHelper { | ||
export declare class SurveyObjectItem { | ||
value: Survey.Base; | ||
text: any; | ||
} | ||
export declare class SurveyObjects { | ||
koObjects: any; | ||
koSelected: any; | ||
static intend: string; | ||
surveyValue: Survey.Survey; | ||
constructor(koObjects: any, koSelected: any); | ||
survey: Survey.Survey; | ||
addPage(page: Survey.Page): void; | ||
addQuestion(page: Survey.Page, question: Survey.QuestionBase): void; | ||
selectObject(obj: Survey.Base): void; | ||
removeObject(obj: Survey.Base): void; | ||
nameChanged(obj: Survey.Base): void; | ||
selectNextQuestion(isUp: boolean): Survey.QuestionBase; | ||
} | ||
export declare var editorLocalization: { | ||
@@ -301,2 +321,3 @@ currentLocale: string; | ||
ed: { | ||
addNewPage: string; | ||
newPageName: string; | ||
@@ -303,0 +324,0 @@ newQuestionName: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
1032639
2.12%10
66.67%6206
1.03%5
25%4
Infinity%+ Added
+ Added
Updated