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

jm-jsoneditor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jm-jsoneditor

json file editor

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
12
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

jm-jsonEditor

json file editor

project: 一个项目可以同时编辑多个JSON文件 [ { "type": "tree form", //编辑模式 "title": "项目设置", //标题 "template": "project", //模板名称 "fileName": "testFiles/project.json" //目标文件 },

    {
        "type": "tree entity",
        "title": "实体",
        "template": "common entity",
        "fileName": "testFiles/config/entity.json"
    },

    {
        "type": "table",
        "title": "产品",
        "template": "common product",
        "fileName": "testFiles/config/product.json"
    }
]

template: 模板用于确定json文件中的哪些项目需要被编辑, 以及按什么方式编辑

Keywords

javascript

FAQs

Package last updated on 25 Aug 2014

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