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.0.3 to 1.0.4

4

CHANGELOG.md

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

<a name="current-release"></a>
# Version 1.0.4 (Sat, 25 Mar 2017 00:25:36 GMT)
* [5d7fe7c](https://github.com/nknapp/thought/commit/5d7fe7c) Replace call to lodash in preprocessor - Nils Knappmeier
# Version 1.0.3 (Sat, 25 Mar 2017 00:19:43 GMT)

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

4

handlebars/preprocessor.js
var qfs = require('m-io/fs')
var _ = require('lodash')
var path = require('path')

@@ -15,3 +14,4 @@ // var Q = require('q')

module.exports = function (data) {
data = _.cloneDeep(data)
// shallow clone
data = Object.assign({}, data)

@@ -18,0 +18,0 @@ // Detect license file and read contents

{
"name": "thought",
"version": "1.0.3",
"version": "1.0.4",
"description": "A customizable documentation generator for github projects",

@@ -5,0 +5,0 @@ "repository": {

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