
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A small library which can parse TextGrid into json and json into TextGrid
Install the module with: npm install textgrid
var textgrid = require('textgrid');
textgrid.init(); // "init"
Download the production version or the development version.
In your web page:
<script src="dist/textgrid.min.js"></script>
<script>
init(); // "init"
</script>
In your code, you can attach textgrid's methods to any object.
<script>
var exports = Bocoup.utils;
</script>
<script src="dist/textgrid.min.js"></script>
<script>
Bocoup.utils.init(); // "init"
</script>
(Coming soon)
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Also, please don't edit files in the "dist" subdirectory as they are generated via Grunt. You'll find source code in the "lib" subdirectory!
(Nothing yet)
Copyright (c) 2014 OpenSourceFieldLinguistics Contribs
Licensed under the Apache 2.0 license.
FAQs
A small library which can parse TextGrid into json and json into TextGrid
The npm package textgrid receives a total of 24 weekly downloads. As such, textgrid popularity was classified as not popular.
We found that textgrid 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.