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

jstransformer-twig

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransformer-twig - npm Package Compare versions

Comparing version 1.5.0-alpha.4 to 1.6.0

4

HISTORY.md
# 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": [

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