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
215
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.24 to 1.9.25

4

package.json
{
"name": "survey-creator-react",
"version": "1.9.24",
"version": "1.9.25",
"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.24",
"survey-creator-core": "1.9.25",
"react": "^17.0.1",

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

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

@@ -13,4 +13,4 @@ * License: https://surveyjs.io/Licenses#SurveyCreator

import { Action, Question, QuestionRowModel, SurveyModel, PageModel } from "survey-core";
import { QuestionSelectBase, ItemValue, ImageItemValue, Base, SurveyError } from "survey-core";
import { IAction, ResponsivityManager, VerticalResponsivityManager } from "survey-core";
import { QuestionSelectBase, ItemValue, ImageItemValue, Base, QuestionImagePickerModel } from "survey-core";
import { SurveyError, IAction, ResponsivityManager, VerticalResponsivityManager } from "survey-core";
import { SurveyElementBase, ISurveyCreator, SurveyQuestionElementBase } from "survey-react-ui";

@@ -176,2 +176,3 @@ import * as React from "react";

protected getStateElement(): Base;
protected get question(): QuestionImagePickerModel;
componentDidMount(): void;

@@ -178,0 +179,0 @@ preventDragHandler: any;

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