Socket
Socket
Sign inDemoInstall

xslt3-loader

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xslt3-loader - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "xslt3-loader",
"version": "0.0.7",
"version": "0.0.8",
"description": "A Webpack loader that compiles XSLT transforms to Saxon's sef format",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,9 +10,2 @@ # xslt3-loader for Webpack

## Installation
Before using this loader, the xslt3 command line utility needs to be
installed on the local system using
npm install -g xslt3
## Usage

@@ -28,7 +21,7 @@

In your application source, you can then import a stylesheet like so:
In your application source, you can then import a stylesheet like this:
import { stylesheet as example } from '../example.xsl';
The stylesheet can then be used in invokations to Saxon-JS 2 like so:
The stylesheet can then be used in invokations to Saxon-JS 2:

@@ -35,0 +28,0 @@ console.log(SaxonJS.transform({ stylesheetInternal: example,

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