New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

surveyjs-editor

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

surveyjs-editor - npm Package Compare versions

Comparing version

to
0.12.5

fonts/icomoon.eot

5

package.json
{
"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",

23

surveyeditor.d.ts

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