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

metalsmith

Package Overview
Dependencies
Maintainers
2
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 0.2.3 to 0.3.0

4

History.md
0.3.0 - March 8, 2013
---------------------
* change to not trim file contents
0.2.3 - March 7, 2013

@@ -3,0 +7,0 @@ ---------------------

2

lib/index.js

@@ -145,3 +145,3 @@

files[name] = parsed.attributes;
files[name].contents = new Buffer(parsed.body.trim());
files[name].contents = new Buffer(parsed.body);
}

@@ -148,0 +148,0 @@ done();

{
"name": "metalsmith",
"repository": "git://github.com/segmentio/metalsmith.git",
"version": "0.2.3",
"version": "0.3.0",
"license": "MIT",

@@ -40,4 +40,5 @@ "description": "An extremely simple, pluggable static site generator.",

"fs-readdir-recursive": "0.0.1",
"assert-dir-equal": "~0.1.0"
"assert-dir-equal": "~0.1.0",
"metalsmith-drafts": "0.0.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