Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
apg-js-examples
Advanced tools
All files have been updated for compliance with ESLint using the airbnb + prettier configurations. Use:
npm install --production apg-js-examples
to prevent installation of ESLint development and configuration modules.
npm
mkdir node_modules
npm install apg-js-examples
cd node_modules/apg-js-examples
GitHub
mkdir node_modules
cd node_modules
git clone https://github.com/ldthomas/apg-js.git
git clone https://github.com/ldthomas/apg-js-examples.git
cd apg-js-examples
This package contains a large set of examples of using apg-js
,
the JavaScript version of APG, an ABNF Parser Generator.
Each example is in its own directory and in that directory is
a script, main.sh
, which will execute the example. Many examples
have multiple options. In these cases, running the script with
no arguments will display a desciption of the example and a
detailed list of the options available.
npm scripts are also available for each of these examples
in package.json
. For example,
src/ast/main.sh
&
npm run ast
both run the AST test.
If executing the scripts directly or in with a debugger, they should be excuted from the repository directory for correct relative path name alignment.
Each of the four libraries, apg-conv-api, apg-lib, apg-api and apg-exp, has been bundled for browser use. Consequently, the examples for each of these libraries contains an example of browser usage. The browser-based example file names will have a "web-" prefix.
The code documentation is in docco format and can be generated with:
npm install -g docco@0.8.1
./bin/docco-gen.sh
(Higher versions of docco may work, but some lower versions definitely do not.)
The documentation is then at ./docs/index.html
or see it here at the APG website.
FAQs
Examples of using the suite of apg-js applications and libraries.
The npm package apg-js-examples receives a total of 29 weekly downloads. As such, apg-js-examples popularity was classified as not popular.
We found that apg-js-examples demonstrated a healthy version release cadence and project activity because the last version was released less than 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.