
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
angular-jsoneditor
Advanced tools
Angular wrapper for jsoneditor
NPM:
npm install --save angular-jsoneditor
Don't forget to include the files in your app:
<script src="/node_modules/angular-jsoneditor/dist/angular-jsoneditor.js"></script>
OR
import 'angular-jsoneditor';
Add the 'angular-jsoneditor' module as a dependency to your application module:
const app = angular.module('app', ['angular-jsoneditor']);
Finally, add the directive to your html:
<angular-jsoneditor ng-model="data" options="options" style="width: 100%; height: 400px;"></angular-jsoneditor>
Check the html file in the demo folder or try this fiddle
Please refer to the jsoneditor API for the different options.
MIT: see LICENSE
FAQs
Angular wrapper for jsoneditor
The npm package angular-jsoneditor receives a total of 801 weekly downloads. As such, angular-jsoneditor popularity was classified as not popular.
We found that angular-jsoneditor 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
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.