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

@bonniernews/local-esi

Package Overview
Dependencies
Maintainers
5
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonniernews/local-esi - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

index.js

@@ -201,2 +201,5 @@ "use strict";

request.get(includeUrl, options, (err, res, body) => {
if (!err && res.statusCode > 399) {
err = new Error(`Response code: ${res.statusCode}`);
}
if (err) {

@@ -203,0 +206,0 @@ if (context.inAttempt) {

3

package.json
{
"name": "@bonniernews/local-esi",
"version": "0.0.3",
"version": "0.0.4",
"description": "Local Edge Side Includes parser",

@@ -16,2 +16,3 @@ "main": "index.js",

"chai": "^4.2.0",
"eslint": "^5.8.0",
"mocha": "^5.2.0",

@@ -18,0 +19,0 @@ "nock": "^10.0.1"

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