wordwrapjs
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -1,2 +0,1 @@ | ||
'use strict' | ||
const os = require('os') | ||
@@ -3,0 +2,0 @@ const t = require('typical') |
{ | ||
"name": "wordwrapjs", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Word-wrapping for javascript.", | ||
@@ -17,16 +17,19 @@ "repository": "https://github.com/75lb/wordwrapjs.git", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=8.0.0" | ||
}, | ||
"scripts": { | ||
"test": "node test.js", | ||
"docs": "jsdoc2md -t jsdoc2md/README.hbs index.js > README.md; echo" | ||
"test": "test-runner test.js", | ||
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo" | ||
}, | ||
"devDependencies": { | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"test-runner": "~0.4.0" | ||
"jsdoc-to-markdown": "^5.0.0", | ||
"test-runner": "~0.6.0" | ||
}, | ||
"dependencies": { | ||
"reduce-flatten": "^1.0.1", | ||
"typical": "^2.6.1" | ||
} | ||
"reduce-flatten": "^2.0.0", | ||
"typical": "^5.0.0" | ||
}, | ||
"files": [ | ||
"index.js" | ||
] | ||
} |
[![view on npm](http://img.shields.io/npm/v/wordwrapjs.svg)](https://www.npmjs.org/package/wordwrapjs) | ||
[![npm module downloads](http://img.shields.io/npm/dt/wordwrapjs.svg)](https://www.npmjs.org/package/wordwrapjs) | ||
[![Build Status](https://travis-ci.org/75lb/wordwrapjs.svg?branch=master)](https://travis-ci.org/75lb/wordwrapjs) | ||
[![Dependency Status](https://david-dm.org/75lb/wordwrapjs.svg)](https://david-dm.org/75lb/wordwrapjs) | ||
[![Dependency Status](https://badgen.net/david/dep/75lb/wordwrapjs)](https://david-dm.org/75lb/wordwrapjs) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
@@ -114,2 +114,2 @@ | ||
© 2015-17 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). | ||
© 2015-19 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
11573
5
126
+ Addedreduce-flatten@2.0.0(transitive)
+ Addedtypical@5.2.0(transitive)
- Removedreduce-flatten@1.0.1(transitive)
- Removedtypical@2.6.1(transitive)
Updatedreduce-flatten@^2.0.0
Updatedtypical@^5.0.0