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

jstransformer-twig

Package Overview
Dependencies
Maintainers
5
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.1.2 to 1.1.3

5

HISTORY.md
# Changelog
## v1.1.3: 2016-11-27
- Update Twig to `^0.10.2`
- Fixed `options.path` as an object usage
## v1.1.2: 2016-11-16

@@ -4,0 +9,0 @@

2

index.js

@@ -20,3 +20,3 @@ 'use strict';

// TODO: Make sure the `root` is correct?
if (options.path && options.path !== 'string') {
if (options.path && typeof options.path !== 'string') {
options.path = path.format(options.path)

@@ -23,0 +23,0 @@ }

{
"name": "jstransformer-twig",
"version": "1.1.2",
"version": "1.1.3",
"description": "Twig.js support for JSTransformers.",
"dependencies": {
"twig": "^0.10.0"
"twig": "^0.10.2"
},

@@ -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