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

survey-knockout-ui

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-knockout-ui - npm Package Compare versions

Comparing version 1.8.77 to 1.8.78

2

package.json
{
"name": "survey-knockout-ui",
"version": "1.8.77",
"version": "1.8.78",
"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.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,2 +0,2 @@

/*Type definitions for Survey JavaScript library v1.8.77
/*Type definitions for Survey JavaScript library v1.8.78
Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/

@@ -409,3 +409,3 @@ Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/>

}
export declare function showModal(componentName: string, data: any, onApply: () => boolean, onCancel?: () => void, cssClass?: string, title?: string): void;
export declare function showModal(componentName: string, data: any, onApply: () => boolean, onCancel?: () => void, cssClass?: string, title?: string, displayMode?: "popup" | "overlay"): void;

@@ -475,2 +475,8 @@ export declare class ProgressButtonsViewModel {

export declare class TooltipErrorViewModel {
question: Question;
constructor(question: Question);
afterRender: (elements: HTMLElement[]) => void;
}
export {};

@@ -477,0 +483,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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