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.6.0 to 0.7.0

4

HISTORY.md
# Changelog
## v0.7.0
- Updated to `async@^2.0.0-rc.5`
## v0.6.0

@@ -4,0 +8,0 @@

4

index.js

@@ -0,1 +1,2 @@

var path = require('path')
var jstransformer = require('jstransformer')

@@ -5,3 +6,2 @@ var toTransformer = require('inputformat-to-jstransformer')

var async = require('async')
var path = require('path')
var clone = require('clone')

@@ -177,3 +177,3 @@ var minimatch = require('minimatch')

// TODO: Clean up function chaining tree.
// TODO: Clean up async function chain tree.
// Compile all layouts.

@@ -180,0 +180,0 @@ async.map(layouts, compileLayout, function (err) {

{
"name": "metalsmith-jstransformer",
"version": "0.6.0",
"version": "0.7.0",
"description": "Metalsmith JSTransformer Plugin",

@@ -27,3 +27,3 @@ "files": [

"dependencies": {
"async": "^1.3.0",
"async": "^2.0.0-rc.5",
"clone": "^1.0.2",

@@ -46,4 +46,4 @@ "extend": "^3.0.0",

"testit": "^2.0.2",
"xo": "^0.12.1"
"xo": "^0.15.1"
}
}
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