New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0 to 1.0.1

4

History.md
1.0.1 - September 30, 2014
--------------------------
* move `gnode` to regular dependencies
1.0.0 - September 29, 2014

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

4

package.json
{
"name": "metalsmith",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -20,2 +20,3 @@ "repository": "git://github.com/segmentio/metalsmith.git",

"fs-extra": "~0.10.0",
"gnode": "^0.1.0",
"is-utf8": "~0.2.0",

@@ -32,3 +33,2 @@ "recursive-readdir": "1.1.2",

"co-mocha": "^1.0.1",
"gnode": "^0.1.0",
"metalsmith-drafts": "0.0.1",

@@ -35,0 +35,0 @@ "metalsmith-markdown": "0.2.1",

@@ -151,5 +151,5 @@

#### #join(paths...)
#### #path(paths...)
Join any amount of `paths...` to the working directory. This is useful for plugins who want to read extra assets from another directory, for example `./templates`.
Resolve any amount of `paths...` relative to the working directory. This is useful for plugins who want to read extra assets from another directory, for example `./templates`.

@@ -156,0 +156,0 @@ #### #run(files, fn)

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