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

transformers

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transformers - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

lib/transformers.js

@@ -352,3 +352,5 @@ var dirname = require('path').dirname;

sync: function (str, options) {
return this.cache(options) || this.cache(options, this.engine.parse(str, options));
var arg = options;
if (this.engineName === 'markdown') arg = options.dialect; //even if undefined
return this.cache(options) || this.cache(options, this.engine.parse(str, arg));
}

@@ -355,0 +357,0 @@ });

{
"name": "transformers",
"version": "1.2.0",
"version": "1.2.1",
"description": "String/Data transformations for use in templating libraries, static site generators and web frameworks",

@@ -5,0 +5,0 @@ "main": "lib/transformers.js",

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