Comparing version 4.0.0 to 5.0.0
13
index.js
@@ -1,13 +0,3 @@ | ||
/** | ||
* @author Titus Wormer | ||
* @copyright 2014 Titus Wormer | ||
* @license MIT | ||
* @module retext | ||
* @fileoverview Natural language processor powered by | ||
* plugins. | ||
*/ | ||
'use strict'; | ||
/* Dependencies. */ | ||
var unified = require('unified'); | ||
@@ -17,6 +7,5 @@ var latin = require('retext-latin'); | ||
/* Expose. */ | ||
module.exports = unified() | ||
.use(latin) | ||
.use(stringify) | ||
.abstract(); | ||
.freeze(); |
{ | ||
"name": "retext", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Natural language processor powered by plugins", | ||
@@ -18,5 +18,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"retext-latin": "^1.0.0", | ||
"retext-stringify": "^1.0.0", | ||
"unified": "^5.0.0" | ||
"retext-latin": "^2.0.0", | ||
"retext-stringify": "^2.0.0", | ||
"unified": "^6.0.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "homepage": "https://github.com/wooorm/retext", |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
3269
8
1
+ Addedis-plain-obj@1.1.0(transitive)
+ Addedparse-latin@4.3.0(transitive)
+ Addedretext-latin@2.0.4(transitive)
+ Addedretext-stringify@2.0.4(transitive)
+ Addedunified@6.2.0(transitive)
+ Addedunist-util-modify-children@2.0.0(transitive)
- Removedhas@1.0.4(transitive)
- Removedonce@1.4.0(transitive)
- Removedparse-latin@3.2.0(transitive)
- Removedretext-latin@1.0.0(transitive)
- Removedretext-stringify@1.0.0(transitive)
- Removedunified@5.1.0(transitive)
- Removedunist-util-modify-children@1.1.6(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedretext-latin@^2.0.0
Updatedretext-stringify@^2.0.0
Updatedunified@^6.0.0