jstransformer-twig
Advanced tools
Comparing version 1.5.0-alpha.4 to 1.6.0
# Changelog | ||
## v1.6.0: 2019-01-10 | ||
- Update to `twig@~1.13.0` | ||
## v1.5.0-alpha.4: 2018-07-04 | ||
@@ -4,0 +8,0 @@ |
12
index.js
@@ -43,3 +43,5 @@ 'use strict' | ||
options[extendableName] = require(options[extendableName]) | ||
} catch (err) {} | ||
} catch (error) { | ||
// Ignore | ||
} | ||
} | ||
@@ -67,3 +69,5 @@ // Loop through all the given filters. | ||
} | ||
} catch (err) {} | ||
} catch (error) { | ||
// Ignore | ||
} | ||
break | ||
@@ -87,5 +91,5 @@ case 'function': | ||
output = template.render.bind(template) | ||
} catch (err) { | ||
} catch (error) { | ||
console.log(options) | ||
console.error(err) | ||
console.error(error) | ||
} | ||
@@ -92,0 +96,0 @@ |
{ | ||
"name": "jstransformer-twig", | ||
"version": "1.5.0-alpha.4", | ||
"version": "1.6.0", | ||
"description": "Twig.js support for JSTransformers.", | ||
"dependencies": { | ||
"twig": "RobLoach/twig.js#compile" | ||
"twig": "^1.13.0" | ||
}, | ||
@@ -8,0 +8,0 @@ "keywords": [ |
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7264
85
1
0
0
+ Added@babel/runtime@7.26.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedforeachasync@3.0.0(transitive)
+ Addedlocutus@2.0.32(transitive)
+ Addedminimatch@3.0.8(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedtwig@1.17.1(transitive)
+ Addedwalk@2.3.15(transitive)
Updatedtwig@^1.13.0