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

documentify

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documentify - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

index.js

@@ -24,3 +24,3 @@ var parallel = require('async-collection').parallel

this.html = html || '<html><head></head><body></body></html>'
this.html = html || '<!DOCTYPE html><html><head></head><body></body></html>'
this.transforms = []

@@ -67,3 +67,5 @@ this.entry = entry

findup(entry, 'package.json', function (err, pathname) {
if (err) return done(err)
// no package.json found - just run local transforms
if (err) return done()
var filename = path.join(pathname, 'package.json')

@@ -70,0 +72,0 @@ fs.readFile(filename, function (err, file) {

@@ -5,3 +5,3 @@ {

"repository": "stackhtml/documentify",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {

@@ -8,0 +8,0 @@ "deps": "dependency-check . && dependency-check . --extra --no-dev",

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