Comparing version 1.9.2 to 1.10.0
@@ -6,2 +6,3 @@ 'use strict'; | ||
const Logger = require('./logger'); | ||
const { decode } = require('he'); | ||
@@ -116,2 +117,3 @@ function ESI(config) { | ||
function get(src, options) { | ||
src = decode(src); | ||
src = dataProvider.toFullyQualifiedURL(src, options); | ||
@@ -118,0 +120,0 @@ |
{ | ||
"name": "nodesi", | ||
"version": "1.9.2", | ||
"version": "1.10.0", | ||
"description": "ESI: the good parts in node.js", | ||
@@ -17,3 +17,4 @@ "main": "esi.js", | ||
"clone": "1.0.3", | ||
"good-guy-http": "1.12.0" | ||
"good-guy-http": "1.12.0", | ||
"he": "1.2.0" | ||
}, | ||
@@ -20,0 +21,0 @@ "devDependencies": { |
[![Build Status](https://travis-ci.org/Schibsted-Tech-Polska/nodesi.svg?branch=master)](https://travis-ci.org/Schibsted-Tech-Polska/nodesi) | ||
[![Coverage Status](https://coveralls.io/repos/Schibsted-Tech-Polska/nodesi/badge.svg)](https://coveralls.io/r/Schibsted-Tech-Polska/nodesi) | ||
[![Dependency status](https://david-dm.org/Schibsted-Tech-Polska/nodesi.svg)](https://david-dm.org/Schibsted-Tech-Polska/nodesi) | ||
[![GitHub license](https://img.shields.io/github/license/Schibsted-Tech-Polska/nodesi.svg)](https://github.com/Schibsted-Tech-Polska/helix-cli/blob/nodesi/LICENSE.txt) | ||
@@ -201,2 +202,4 @@ ## What is this? | ||
## License | ||
`nodesi` is made available under the conditions of the [ISC license](LICENSE.txt) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19946
10
315
205
3