Socket
Socket
Sign inDemoInstall

unified

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unified - npm Package Compare versions

Comparing version 6.1.2 to 6.1.3

3

index.js

@@ -11,3 +11,2 @@ 'use strict';

var func = require('x-is-function');
var array = require('isarray');
var plain = require('is-plain-obj');

@@ -224,3 +223,3 @@

/* Empty */
} else if (array(plugins)) {
} else if (typeof plugins === 'object' && 'length' in plugins) {
length = plugins.length;

@@ -227,0 +226,0 @@ index = -1;

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

@@ -31,3 +31,2 @@ "license": "MIT",

"is-plain-obj": "^1.1.0",
"isarray": "^2.0.1",
"trough": "^1.0.0",

@@ -34,0 +33,0 @@ "vfile": "^2.0.0",

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