Socket
Socket
Sign inDemoInstall

unified

Package Overview
Dependencies
7
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

5

history.md

@@ -5,2 +5,7 @@ <!--remark setext-->

4.2.1 / 2016-08-02
==================
* Refactor to simplify completion handling ([`292cc0d`](https://github.com/wooorm/unified/commit/292cc0d))
4.2.0 / 2016-08-01

@@ -7,0 +12,0 @@ ==================

8

index.js

@@ -386,9 +386,5 @@ /**

if (!done) {
bail(err);
}
try {
if (done) {
done(err, file);
} catch (err) {
} else {
bail(err);

@@ -395,0 +391,0 @@ }

{
"name": "unified",
"version": "4.2.0",
"version": "4.2.1",
"description": "Pluggable text processing interface",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc