New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

computron

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

computron - npm Package Compare versions

Comparing version

to
2.0.1

2

package.json
{
"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 @@ [![Build and test status](https://github.com/Inist-CNRS/computron/actions/workflows/build-and-test.yml/badge.svg)](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