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

@ncform/nc-array-import

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ncform/nc-array-import

ncform array-import

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

nc-array-import

nc-array-import widget for ncform

Install and basic usage

npm i -s @ncform/nc-array-import

Add the widget

import ncArrayImport from '@ncform/nc-array-import';

Vue.use(vueNcform, { extComponents: { ncArrayImport } });

// or vm.$ncformAddWidget({name: 'ncArrayImport', widget: ncArrayImport});

Use the widget

{
  "type": "object",
  "properties": {
    "qq": {
      "type": "array",
      "items": {
        "type": "number",
        "ui": {},
      },
      "ui": {
        "showLegend": false,
        "label": "QQ号",
        "widget": "nc-array-import",
        "widgetConfig": {
          "disableCollapse": true,
        }
      }
    },
  }
}

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

You only need to care about src/components/index.vue

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Keywords

FAQs

Package last updated on 06 Dec 2020

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