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

metalsmith-jstransformer

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-jstransformer - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

5

HISTORY.md
# Changelog
## v0.5.3
- Fixed output to be a Buffer
- [#4](https://github.com/RobLoach/metalsmith-jstransformer/pull/4) by [@klaftertief](https://github.com/klaftertief)
## v0.5.2

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

2

index.js

@@ -55,3 +55,3 @@ var jstransformer = require('jstransformer')

files[file].jstransformer_filepath.pop()
files[file].contents = result.body
files[file].contents = new Buffer(result.body)
done()

@@ -58,0 +58,0 @@ }, function (err) {

{
"name": "metalsmith-jstransformer",
"version": "0.5.2",
"version": "0.5.3",
"description": "Metalsmith JSTransformer Plugin",

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

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