Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

enketo-transformer

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enketo-transformer - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "enketo-transformer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Library that transforms ODK-compliant XForms in a format that enketo-core consumes",

@@ -5,0 +5,0 @@ "main": "transformer.js",

@@ -6,7 +6,11 @@ Enketo Transformer [![Build Status](https://travis-ci.org/enketo/enketo-transformer.svg?branch=master)](https://travis-ci.org/enketo/enketo-transformer) [![Dependency Status](https://david-dm.org/enketo/enketo-transformer.svg)](https://david-dm.org/enketo/enketo-transformer)

## Prerequisites
Node v0.10.x is required. There is an [outstanding issue with Node v0.12.x](https://github.com/bsuh/node_xslt/issues/24).
## Install
```
npm install enketo-transformer --save
```
1. Install libxslt and libxml2 with `(sudo) apt-get install libxml2-dev libxslt1-dev`
2. Install this library with `npm install enketo-transformer --save`

@@ -13,0 +17,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc