Socket
Socket
Sign inDemoInstall

unified

Package Overview
Dependencies
5
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

5

history.md

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

4.1.1 / 2016-06-12
==================
* Fix swallowed sync parse / compile error ([`f206ad2`](https://github.com/wooorm/unified/commit/f206ad2))
4.1.0 / 2016-06-11

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

10

lib/unified.js

@@ -449,2 +449,3 @@ /**

var complete = false;
var exception;

@@ -468,3 +469,7 @@ assertConcrete('process');

(done || bail)(err, file);
if (done) {
done(err, file);
} else {
exception = err;
}
});

@@ -474,2 +479,5 @@

/* Throw sync error. */
bail(exception);
return file;

@@ -476,0 +484,0 @@ }

2

package.json
{
"name": "unified",
"version": "4.1.0",
"version": "4.1.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