Socket
Socket
Sign inDemoInstall

unified

Package Overview
Dependencies
13
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

6

index.js

@@ -115,3 +115,3 @@ 'use strict';

if (options === false) {
return;
continue;
}

@@ -177,3 +177,3 @@

if (value === null || value === undefined) {
/* empty */
/* Empty */
} else if (func(value)) {

@@ -224,3 +224,3 @@ addPlugin.apply(null, arguments);

if (plugins === null || plugins === undefined) {
/* empty */
/* Empty */
} else if (array(plugins)) {

@@ -227,0 +227,0 @@ length = plugins.length;

{
"name": "unified",
"version": "6.1.1",
"version": "6.1.2",
"description": "Pluggable text processing interface",

@@ -44,3 +44,3 @@ "license": "MIT",

"tape": "^4.4.0",
"xo": "^0.17.0"
"xo": "^0.18.1"
},

@@ -65,3 +65,5 @@ "scripts": {

"space": true,
"esnext": false,
"rules": {
"unicorn/prefer-type-error": "off",
"import/no-unassigned-import": "off",

@@ -68,0 +70,0 @@ "guard-for-in": "off",

@@ -1,3 +0,6 @@

# unified [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# ![unified][logo]
[![Build Status][travis-badge]][travis]
[![Coverage Status][codecov-badge]][codecov]
**unified** is an interface for processing text using syntax trees.

@@ -821,2 +824,4 @@ It’s what powers [**remark**][remark], [**retext**][retext], and

[logo]: https://cdn.rawgit.com/wooorm/unified/6056962/logo.svg
[travis-badge]: https://img.shields.io/travis/unifiedjs/unified.svg

@@ -823,0 +828,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc