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

survey-core

Package Overview
Dependencies
Maintainers
0
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-core

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.

  • 2.0.0-rc.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
89K
decreased by-7.86%
Maintainers
0
Weekly downloads
 
Created
Source

Survey Model (Platform-Independent Part)

Build Status Software License Tested with TestCafe Issues Closed issues

A platform-independent survey model for SurveyJS Form Library. This package should be used with one of platform-specific UI rendering packages. Refer to the following Get Started tutorials for more information:

Resources

Build Survey Model from Sources

  1. Clone the repo

    git clone https://github.com/surveyjs/survey-library.git
    cd survey-library/packages/survey-core
    
  2. Install dependencies
    Make sure that you have Node.js v16 or later and a compatible npm version installed.

    npm install
    
  3. Build the library

    npm run build:all
    

    You can find the built scripts and style sheets in folders under the build directory.

  4. Run unit tests

    npm run test
    

    The unit tests use Karma.

After that, you can build one of the UI packages:

Licensing

SurveyJS Form Library is distributed under the MIT license.

Keywords

FAQs

Package last updated on 30 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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