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

customize-write-files

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

customize-write-files - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

7

CHANGELOG.md

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

<a name="current-release"></a>
# Version 3.0.0 (Fri, 15 Feb 2019 21:09:50 GMT)
* [c859460](https://github.com/bootprint/customize-write-files/commit/c859460) chore: bump dependency versions, use nyc instead of istanbul - Nils Knappmeier
* [d2836a3](https://github.com/bootprint/customize-write-files/commit/d2836a3) chore: drop support for pre-LTS versions of NodeJS (BREAKING) - Nils Knappmeier
# Version 2.0.1 (Fri, 21 Apr 2017 08:20:48 GMT)

@@ -8,0 +15,0 @@

45

package.json
{
"name": "customize-write-files",
"version": "2.0.1",
"version": "3.0.0",
"description": "Post-processor that stores the result of a customize-run in a local directory",

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

"test": "mocha && npm run lint",
"coverage": "istanbul cover ./node_modules/.bin/_mocha",
"postcoverage": "istanbul check-coverage coverage/coverage.json --statements 100",
"coverage": "nyc mocha",
"postcoverage": "nyc check-coverage coverage/coverage.json --statements 100",
"thought": "thought run -a",
"preversion": "thought --version || npm -g install thought",
"version": "thoughtful changelog -o -a && npm run thought"

@@ -34,28 +33,28 @@ },

"dependencies": {
"debug": "^2.6.3",
"debug": "^4.1.1",
"deep-aplus": "^1.0.4",
"mkdirp": "^0.5.1",
"pify": "^2.3.0",
"stream-equal": "^1.0.0"
"pify": "^4.0.1",
"stream-equal": "^1.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"customize": "^2.0.1",
"customize-engine-less": "^2.0.0",
"dirty-chai": "^1.2.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"rimraf": "^2.6.1",
"thought": "^1.1.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"customize": "^3.0.0",
"customize-engine-less": "^3.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^5.14.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
"rimraf": "^2.6.3",
"thought": "^1.5.2",
"thoughtful-release": "^0.3.1",
"trace-and-clarify-if-possible": "^1.0.0"
"trace-and-clarify-if-possible": "^1.0.3"
},
"keywords": []
}
# customize-write-files
[![NPM version](https://badge.fury.io/js/customize-write-files.svg)](http://badge.fury.io/js/customize-write-files)
[![NPM version](https://img.shields.io/npm/v/customize-write-files.svg)](https://npmjs.com/package/customize-write-files)
[![Travis Build Status](https://travis-ci.org/bootprint/customize-write-files.svg?branch=master)](https://travis-ci.org/bootprint/customize-write-files)
[![Coverage Status](https://img.shields.io/coveralls/bootprint/customize-write-files.svg)](https://coveralls.io/r/bootprint/customize-write-files)
[![Greenkeeper badge](https://badges.greenkeeper.io/bootprint/customize-write-files.svg)](https://greenkeeper.io/)

@@ -31,2 +30,7 @@ > Post-processor that stores the result of a customize-run in a local directory

## NodeJS compatibility notes
This package will always support the latest version of NodeJS and as well as the current LTS version.
In the future, it will not be considered a breaking change to drop support of a pre-LTS version of NodeJS.
# Installation

@@ -33,0 +37,0 @@

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