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

metalsmith

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith - npm Package Compare versions

Comparing version 1.7.0 to 2.0.1

bin/_metalsmith

11

History.md
2.0.1 / 2015-07-14
==================
* meta: bumping patch because `2.0.0` was mistakenly published once before
2.0.0 / 2015-07-14
==================
* cli: adding separate `_metalsmith` bin to allow custom transpilers
* support: no longer supporting node 0.10 natively or in tests
1.7.0 - April 30, 2015

@@ -3,0 +14,0 @@ ----------------------

6

index.js
/**
* Add backwards compatibility for Node 0.10.
*/
require('gnode');
/**
* Export `Metalsmith`.

@@ -10,0 +4,0 @@ */

12

package.json
{
"name": "metalsmith",
"version": "1.7.0",
"version": "2.0.1",
"license": "MIT",

@@ -8,3 +8,4 @@ "repository": "git://github.com/segmentio/metalsmith.git",

"bin": {
"metalsmith": "bin/metalsmith"
"metalsmith": "bin/metalsmith",
"_metalsmith": "bin/_metalsmith"
},

@@ -22,4 +23,4 @@ "scripts": {

"fs-extra": "~0.10.0",
"gnode": "^0.1.0",
"gray-matter": "^2.0.0",
"has-generators": "^1.0.1",
"is": "^2.2.0",

@@ -32,3 +33,4 @@ "is-utf8": "~0.2.0",

"unyield": "0.0.1",
"ware": "^1.2.0"
"ware": "^1.2.0",
"win-fork": "^1.1.1"
},

@@ -40,3 +42,3 @@ "devDependencies": {

"metalsmith-markdown": "0.2.1",
"mocha": "^1.21.4"
"mocha": "^2.2.5"
},

@@ -43,0 +45,0 @@ "keywords": [

# Metalsmith
# Metalsmith [![Build Status](https://travis-ci.org/segmentio/metalsmith.svg)](https://travis-ci.org/segmentio/metalsmith)

@@ -4,0 +4,0 @@ An extremely simple, _pluggable_ static site generator.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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