Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

retext

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retext - npm Package Compare versions

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();

8

package.json
{
"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",

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