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

nodesi

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodesi - npm Package Compare versions

Comparing version 1.9.2 to 1.10.0

LICENSE.txt

2

lib/esi.js

@@ -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 @@

5

package.json
{
"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)
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