Comparing version
{ | ||
"name": "computron", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Computron is a Node.js library to apply XSLT stylesheets to XML documents.", | ||
@@ -5,0 +5,0 @@ "main": "lib/binding.js", |
@@ -12,3 +12,3 @@ [](https://github.com/Inist-CNRS/computron/actions/workflows/build-and-test.yml) | ||
You must have libxml2 and libxslt1 installed on your system. | ||
```bash | ||
``` | ||
sudo apt install libxml2-dev libxslt1-dev | ||
@@ -18,3 +18,3 @@ ``` | ||
You should already have a C++ compiler installed on your system, if it's not the case install g++. | ||
```bash | ||
``` | ||
sudo apt install g++ | ||
@@ -24,3 +24,3 @@ ``` | ||
Computron uses [node-gyp](https://github.com/nodejs/node-gyp) as a build system so you need to install it to be able to compile Computron | ||
```bash | ||
``` | ||
npm install -g node-gyp | ||
@@ -65,3 +65,3 @@ ``` | ||
To build and run the tests in release mode run: | ||
```bash | ||
``` | ||
npm test | ||
@@ -71,5 +71,5 @@ ``` | ||
You can debug the C++ code with in VSCode, to do so run: | ||
```bash | ||
``` | ||
npm run build:config | ||
``` | ||
to build the VSCode debugger configuration then simply press `F5` (Or go to the "Run and Debug" tab and click on "Debug"). | ||
This will build the VSCode debugger configuration, you can then simply press `F5` or go to the "Run and Debug" tab and click on "Debug". |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
61999
1.16%2
-33.33%