New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bookshop/eleventy-engine

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bookshop/eleventy-engine - npm Package Compare versions

Comparing version

to
2.6.0

.nyc_output/374507b3-5c71-4e52-b2f1-4f0b3ac9503f.json

2

.nyc_output/processinfo/index.json

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

{"processes":{"42f70456-1cce-48e6-9c19-a5866ed33c0c":{"parent":"c13ebf49-af82-481f-bbd4-4a0d966702f8","children":[]},"aee955fd-ff10-4527-8930-37b44fb2163b":{"parent":"c13ebf49-af82-481f-bbd4-4a0d966702f8","children":[]},"c13ebf49-af82-481f-bbd4-4a0d966702f8":{"parent":null,"children":["42f70456-1cce-48e6-9c19-a5866ed33c0c","aee955fd-ff10-4527-8930-37b44fb2163b","c5db9925-52d5-4aeb-9713-a69c97427a8b"]},"c5db9925-52d5-4aeb-9713-a69c97427a8b":{"parent":"c13ebf49-af82-481f-bbd4-4a0d966702f8","children":[]}},"files":{},"externalIds":{}}
{"processes":{"374507b3-5c71-4e52-b2f1-4f0b3ac9503f":{"parent":null,"children":["405aa28c-484e-48ba-9a12-96bad995da8e","62f06ff9-507c-40e9-9ea3-206d3b3fc6bf","965a28c4-e4f0-4e40-a254-7263b5edbec8"]},"405aa28c-484e-48ba-9a12-96bad995da8e":{"parent":"374507b3-5c71-4e52-b2f1-4f0b3ac9503f","children":[]},"62f06ff9-507c-40e9-9ea3-206d3b3fc6bf":{"parent":"374507b3-5c71-4e52-b2f1-4f0b3ac9503f","children":[]},"965a28c4-e4f0-4e40-a254-7263b5edbec8":{"parent":"374507b3-5c71-4e52-b2f1-4f0b3ac9503f","children":[]}},"files":{},"externalIds":{}}

@@ -129,3 +129,3 @@ import { Liquid, Context } from 'liquidjs';

} catch (e) {
console.error(`Error evaluating \`${str}\` in the Eleventy engine`, e);
console.warn(`Error evaluating \`${str}\` in the Eleventy engine`, e.toString());
return '';

@@ -132,0 +132,0 @@ }

@@ -37,3 +37,3 @@ import { Tokenizer } from 'liquidjs';

raw = raw.replace(
/bookshop_include ('|")?(\S+)/,
/bookshop_include[\r\n\s]+('|")?(\S+)/,
(_, quote, component) => {

@@ -58,3 +58,3 @@ componentName = component.replace(/('|")$/, '');

raw = raw.replace(
/bookshop ('|")?(\S+)/,
/bookshop[\r\n\s]+('|")?(\S+)/,
(_, quote, component) => {

@@ -61,0 +61,0 @@ componentName = component.replace(/('|")$/, '');

{
"name": "@bookshop/eleventy-engine",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Bookshop frontend Eleventy renderer",

@@ -30,3 +30,3 @@ "type": "module",

"dependencies": {
"@bookshop/helpers": "2.5.0",
"@bookshop/helpers": "2.6.0",
"esbuild": "^0.13.10",

@@ -33,0 +33,0 @@ "liquidjs": "9.28.0",