
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
vue-json-tree
Advanced tools
Vue component that renders JSON data in a collapsible tree structure.
Vue component that renders JSON data in a collapsible tree structure.
<json-tree>
component.<script src="https://unpkg.com/vue@2.6.10/dist/vue.min.js"></script>
<script src="https://unpkg.com/vue-json-tree@0.4.1/dist/json-tree.js"></script>
<div id="app"></div>
<script>
new Vue({
template: '<json-tree :raw="sample"></json-tree>',
el: '#app',
data: {
sample: '{"foo": "bar"}'
}
})
</script>
vue-json-tree
package via NPM.npm install --save vue-json-tree
import JsonTree from 'vue-json-tree'
Vue.component('json-tree', JsonTree)
raw
(string
, optional)The data you want to present in the tree view. Must be a valid JSON string, otherwise it fails.
data
(any
, optional)If your JSON data has already been parsed, bind this one instead. Must be something that can be produced by JSON.parse()
.
level
(number
, optional)Sometimes the data structure is very deep. You could set them to collapsed on load. By default all levels are expanded.
https://myst729.github.io/vue-json-tree/
MIT © Leo
FAQs
Vue component that renders JSON data in a collapsible tree structure.
The npm package vue-json-tree receives a total of 1,600 weekly downloads. As such, vue-json-tree popularity was classified as popular.
We found that vue-json-tree demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.