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

survey-creator-knockout

Package Overview
Dependencies
Maintainers
5
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-creator-knockout - npm Package Compare versions

Comparing version 1.12.11 to 1.12.12

typings/components/scroll.d.ts

8

package.json
{
"name": "survey-creator-knockout",
"version": "1.12.11",
"version": "1.12.12",
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",

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

"ace-builds": "^1.4.12",
"survey-core": "1.12.11",
"survey-knockout-ui": "1.12.11",
"survey-creator-core": "1.12.11"
"survey-core": "1.12.12",
"survey-knockout-ui": "1.12.12",
"survey-creator-core": "1.12.12"
},

@@ -35,0 +35,0 @@ "peerDependenciesMeta": {

/*!
* SurveyJS Creator v1.12.11
* SurveyJS Creator v1.12.12
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/

@@ -4,0 +4,0 @@ * Github: https://github.com/surveyjs/survey-creator

@@ -41,2 +41,3 @@ export declare let Version: string;

export * from "../components/search";
export * from "../components/scroll";
export * from "../side-bar/property-grid";

@@ -61,3 +62,2 @@ export * from "../side-bar/side-bar";

export * from "../tabbed-menu/tabbed-menu-item";
export * from "../toolbox/toolbox";
export * from "../toolbox/adaptive-toolbox";

@@ -64,0 +64,0 @@ export * from "../toolbox/toolbox-item";

@@ -1,1 +0,12 @@

export {};
import * as ko from "knockout";
import { SurveyCreator } from "../creator";
import { Base } from "survey-core";
import { QuestionToolbox } from "survey-creator-core";
export declare class ToolboxViewModel extends Base {
private _categoriesSubscription;
categories: ko.ObservableArray<any>;
creator: SurveyCreator;
constructor(creator: SurveyCreator);
get toolbox(): QuestionToolbox;
dispose(): void;
}

@@ -0,0 +0,0 @@ import * as ko from "knockout";

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

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