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

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.4 to 0.0.5

dist/loader.js

2

babel.config.js

@@ -13,3 +13,3 @@ const MIN_BABEL_VERSION = 7;

targets: {
node: '10.13.0',
node: 'current',
},

@@ -16,0 +16,0 @@ },

@@ -5,2 +5,7 @@ # Changelog

### [0.0.5](https://github.com/hanshuebner/xslt3-loader/compare/v0.0.4...v0.0.5) (2020-06-13)
Add test.
### [0.0.4](https://github.com/hanshuebner/xslt3-loader/compare/v0.0.3...v0.0.4) (2020-06-13)

@@ -7,0 +12,0 @@

"use strict";
const loader = require('./index');
const loader = require('./loader');
module.exports = loader.default;
module.exports.raw = loader.raw;
{
"name": "xslt3-loader",
"version": "0.0.4",
"version": "0.0.5",
"description": "A Webpack loader that compiles XSLT transforms to Saxon's sef format",

@@ -23,3 +23,4 @@ "keywords": [

"release": "standard-version",
"defaults": "webpack-defaults"
"defaults": "webpack-defaults",
"test": "jest"
},

@@ -38,10 +39,14 @@ "repository": {

"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@webpack-contrib/defaults": "^6.3.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^26.0.1",
"cross-env": "^7.0.2",
"del-cli": "^3.0.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-config-prettier": "^6.11.0",
"jest": "^26.0.1",
"memfs": "^3.2.0",
"standard-version": "^8.0.0",

@@ -48,0 +53,0 @@ "webpack": "^4.43.0"

@@ -1,4 +0,4 @@

const loader = require('./index');
const loader = require('./loader');
module.exports = loader.default;
module.exports.raw = loader.raw;
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