New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thought

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thought - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

<a name="current-release"></a>
# Version 1.1.2 (Sun, 09 Apr 2017 08:57:35 GMT)
* [68adcb4](https://github.com/nknapp/thought/commit/68adcb4) Fix removal of q-deep - Nils Knappmeier
# Version 1.1.1 (Sat, 08 Apr 2017 22:17:20 GMT)

@@ -8,0 +12,0 @@

9

handlebars/preprocessor.js
var qfs = require('m-io/fs')
var path = require('path')
// var Q = require('q')
var deep = require('q-deep')
var deep = require('deep-aplus')(Promise)
var debug = require('debug')('thought:preprocessor')

@@ -35,3 +34,7 @@

return deep(data).tap(debug)
return deep(data)
.then((result) => {
debug('preprocessed', result)
return result
})
}
{
"name": "thought",
"version": "1.1.1",
"version": "1.1.2",
"description": "A customizable documentation generator for github projects",

@@ -46,5 +46,6 @@ "repository": {

"customize": "^2.0.1",
"customize-engine-handlebars": "^2.0.0-alpha.3",
"customize-engine-handlebars": "^2.0.0",
"customize-write-files": "^1.1.0",
"debug": "^2.6.3",
"deep-aplus": "^1.0.4",
"find-package": "^1.0.0",

@@ -51,0 +52,0 @@ "glob": "^7.1.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