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

twig

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twig - npm Package Compare versions

Comparing version 0.8.8 to 0.8.9

180.patch

2

bower.json
{
"name": "twig.js",
"version": "0.8.8",
"version": "0.8.9",
"main": "twig.min.js",

@@ -5,0 +5,0 @@ "ignore": [

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

Version 0.8.9, to be released
-----------------------------
Dependencies have been updated to current versions. You should run `npm install` to update these. (#313)
Major improvements:
* Twig's `source` function is now supported (#309)
* It is possible to add additional parsers using Twig.Templates.registerParser() (currently available: twig, source). If you are using a custom loader, please investigate src/twig.loader.fs.js how to call the requested parser. (#309)
* `undefined` and `null` values now supported in the `in` operator (#311)
* Namespaces can now be defined using the '@' symbol (#328)
Minor improvements:
* Undefined object properties now have the value of `undefined` rather than `null` (#311)
* Improved browser tests (#325, #310)
* IE8 fix (#324)
* Path resolution has been refactored to its own module (#323)
Version 0.8.8, released 2016-02-13

@@ -2,0 +18,0 @@ ----------------------------------

@@ -5,7 +5,9 @@ {

"description": "JS port of the Twig templating language.",
"version": "0.8.8",
"version": "0.8.9",
"homepage": "https://github.com/justjohn/twig.js",
"licenses": [
{ "type": "BSD-2-Clause",
"url": "https://raw.github.com/justjohn/twig.js/master/LICENSE" }
{
"type": "BSD-2-Clause",
"url": "https://raw.github.com/justjohn/twig.js/master/LICENSE"
}
],

@@ -28,11 +30,14 @@ "repository": {

"walk": "2.3.x",
"minimatch": "0.2.x"
"minimatch": "3.0.x"
},
"devDependencies": {
"chai": "^3.5.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"tokenizer": "1.1.x",
"should": "3.3.x",
"mocha": "1.18.x",
"docco": "0.6.x",
"uglify-js": "2.4.x"
"should": "8.2.x",
"mocha": "2.4.x",
"docco": "0.7.x",
"uglify-js": "2.6.x"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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