xslt-processor
Advanced tools
Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "xslt-processor", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "A JavaScript XSLT Processor", | ||
@@ -51,2 +51,3 @@ "main": "index.js", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.9.0", | ||
"@types/node-fetch": "^2.6.11", | ||
@@ -74,13 +75,4 @@ "@typescript-eslint/eslint-plugin": "^8.4.0", | ||
"dependencies": { | ||
"he": "^1.2.0", | ||
"node-fetch": "release-2.x" | ||
"he": "^1.2.0" | ||
}, | ||
"overrides": { | ||
"node-fetch@release-2.x": { | ||
"whatwg-url": "14.x" | ||
} | ||
}, | ||
"resolutions": { | ||
"whatwg-url": "14.x" | ||
}, | ||
"copyFiles": [ | ||
@@ -87,0 +79,0 @@ { |
@@ -126,2 +126,4 @@ # XSLT-processor | ||
If using Node.js older than version v17.5.0, please use version 3.2.3, that uses `node-fetch` package. Versions 3.3.0 onward require at least Node.js version v17.5.0, since they use native `fetch()` function. | ||
#### Version 1 | ||
@@ -128,0 +130,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
0
224
1175766
31
10529
4
- Removednode-fetch@release-2.x
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)