Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

hekyll

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hekyll - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+21
-4
package.json
{
"name": "hekyll",
"description": "Migrate Jekyll (gh-pages) themes to use handlebars instead of liquid.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/hekyll",

@@ -36,3 +36,20 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"keywords": [
"hekyll"
"assemble",
"blog",
"convert",
"converter",
"gh-pages",
"github-pages",
"gulp",
"handlebars",
"hekyll",
"jekyll",
"liquid",
"migrate",
"migrator",
"pages",
"site",
"templates",
"theme",
"website"
],

@@ -57,5 +74,5 @@ "lintDeps": {

"list": [
"liquid-to-handlebars",
"assemble",
"gulp-liquid-to-handlebars"
"gulp-liquid-to-handlebars",
"liquid-to-handlebars"
]

@@ -62,0 +79,0 @@ },