Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
JSON2 - json2 / native JSON normalizer for Joose
// bunlde will include the json2.js lib
<script src = "/jsan/lib/Task/JSON2/Bundle.js"></script>
// `use` will load it on-demand (requires JooseX.Namespace.Depended)
use('JSON2', function () {
var str = JSON2.stringify([])
var arr = JSON2.parse('[]')
})
JSON2
is a normalizing wrapper around the json2 library and native JSON implementation in supporting browsers.
Since its only a thin wrapper you should only use the features intersection between json2 & native JSON. For example,
seems the native implementation of JSON.parse
in FF do not accept 2nd argument.
This extension is supported via github issues tracker: http://github.com/SamuraiJack/JSON2/issues
For general Joose questions you can also visit #joose on irc.freenode.org or the mailing list at: http://groups.google.com/group/joose-js
All complex software has bugs lurking in it, and this module is no exception.
Please report any bugs through the web interface at http://github.com/SamuraiJack/JSON2/issues
Nickolay Platonov nplatonov@cpan.org
This software is Copyright (c) 2010 by Nickolay Platonov.
This is free software, licensed under:
The GNU Lesser General Public License, Version 3, June 2007
FAQs
json2 / native JSON normalizer for Joose
We found that json2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.