survey-knockout-ui
Advanced tools
Comparing version 1.9.116 to 1.9.117
{ | ||
"name": "survey-knockout-ui", | ||
"version": "1.9.116", | ||
"version": "1.9.117", | ||
"description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.", | ||
@@ -31,5 +31,5 @@ "keywords": [ | ||
"dependencies": { | ||
"survey-core": "1.9.116", | ||
"survey-core": "1.9.117", | ||
"knockout": "^3.5.0" | ||
} | ||
} |
@@ -41,4 +41,9 @@ # SurveyJS Knockout Form Library | ||
## Build SurveyJS Knockout Form Library from Sources | ||
Refer to instructions in the root README file: [Build the SurveyJS Form Library from Sources](https://github.com/surveyjs/survey-library#build-the-surveyjs-form-library-from-sources). | ||
## Licensing | ||
SurveyJS Form Library is distributed under the [MIT license](https://github.com/surveyjs/survey-library/blob/master/LICENSE). |
@@ -16,2 +16,3 @@ import { Base, SurveyModel } from "survey-core"; | ||
render(element?: any): void; | ||
fromJSON(json: any): void; | ||
getHtmlTemplate(): string; | ||
@@ -18,0 +19,0 @@ makeReactive(obj: Base): void; |
@@ -16,2 +16,3 @@ import { Base, SurveyModel } from "survey-core"; | ||
render(element?: any): void; | ||
fromJSON(json: any): void; | ||
getHtmlTemplate(): string; | ||
@@ -18,0 +19,0 @@ makeReactive(obj: Base): void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1089010
7317
48
+ Addedsurvey-core@1.9.117(transitive)
- Removedsurvey-core@1.9.116(transitive)
Updatedsurvey-core@1.9.117