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

survey-creator-react

Package Overview
Dependencies
Maintainers
5
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-creator-react - npm Package Compare versions

Comparing version 1.9.40 to 1.9.41

4

package.json
{
"name": "survey-creator-react",
"version": "1.9.40",
"version": "1.9.41",
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.",

@@ -36,3 +36,3 @@ "keywords": [

"survey-react-ui": "^1.9.9",
"survey-creator-core": "1.9.40",
"survey-creator-core": "1.9.41",
"react": "^16.5.0 || ^17.0.1 || ^18.1.0",

@@ -39,0 +39,0 @@ "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"

/*
* Type definition for Survey Creator library for React v1.9.40
* Type definition for Survey Creator library for React v1.9.41
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/

@@ -12,3 +12,3 @@ * License: https://surveyjs.io/Licenses#SurveyCreator

import { RowViewModel, ICreatorOptions, ToolboxToolViewModel, PageNavigatorViewModel, SurveyResultsModel } from "survey-creator-core";
import { QuestionImageAdornerViewModel, IPortableDragEvent } from "survey-creator-core";
import { QuestionDropdownAdornerViewModel, QuestionImageAdornerViewModel, IPortableDragEvent } from "survey-creator-core";
import { Action, QuestionRowModel, Question, SurveyModel, PageModel } from "survey-core";

@@ -564,2 +564,5 @@ import { QuestionSelectBase, ItemValue, ImageItemValue, Base, SurveyError } from "survey-core";

constructor(props: QuestionAdornerComponentProps);
protected createQuestionViewModel(): QuestionDropdownAdornerViewModel;
get dropdownModel(): QuestionDropdownAdornerViewModel;
get question(): QuestionSelectBase;
renderElementPlaceholder(): JSX.Element;

@@ -566,0 +569,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