Comparing version 10.16.4 to 10.16.5
{ | ||
"name": "liquidjs", | ||
"version": "10.16.4", | ||
"version": "10.16.5", | ||
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.", | ||
"main": "dist/liquid.node.cjs.js", | ||
"module": "dist/liquid.node.esm.js", | ||
"es2015": "dist/liquid.browser.esm.js", | ||
"main": "dist/liquid.node.js", | ||
"module": "dist/liquid.node.mjs", | ||
"es2015": "dist/liquid.browser.mjs", | ||
"browser": { | ||
"./dist/liquid.node.cjs.js": "./dist/liquid.browser.umd.js", | ||
"./dist/liquid.node.esm.js": "./dist/liquid.browser.esm.js" | ||
"./dist/liquid.node.js": "./dist/liquid.browser.umd.js", | ||
"./dist/liquid.node.mjs": "./dist/liquid.browser.mjs" | ||
}, | ||
"exports": { | ||
"import": "./dist/liquid.node.mjs", | ||
"require": "./dist/liquid.node.js" | ||
}, | ||
"types": "dist/index.d.ts", | ||
@@ -22,2 +26,3 @@ "engines": { | ||
"test:e2e": "jest test/e2e", | ||
"test:demo": "./test/demo/check.sh", | ||
"perf:diff": "bin/perf-diff.sh", | ||
@@ -24,0 +29,0 @@ "perf:engines": "cd benchmark && npm run engines", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
1466081
20072
5
1