New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

anytype

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anytype

Validator

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Anytype - Data structure description language

UniversalExtendedCard.at

import "../helpers"

defined UniversalExtendedCardWidgetData (This is widgets data!) is object (
    option line - array [0..1000] of object (
        required yCoordFrom - see "integer"
    ),
    required cell (
        This is comment.
        Это русский комментарий...
        And this text (with brackets) and more.
    ) - array [0..1000] of object (
        required nXCoord - integer,
        required nYCoord - integer,
        required object - array of one of (
            object (
                with Measure,
                with Actions,
                required sObjectType - value "deviation",
                required sName - string,
                required fValue - float,
                option nPrecision - integer,
                option isGood - Boolean,
                option arrow - single object (
                    required nDirection - integer,
                    option isGood - Tristate
                )
            )
        )
    )
)

Keywords

xml

FAQs

Package last updated on 12 Jul 2019

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