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.0 to 6.1.1

7

index.js

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

var frozen = false;
var freezeIndex = -1;

@@ -99,3 +100,2 @@ /* Data management. */

function freeze() {
var index = -1;
var values;

@@ -110,4 +110,4 @@ var plugin;

while (++index < attachers.length) {
values = attachers[index];
while (++freezeIndex < attachers.length) {
values = attachers[freezeIndex];
plugin = values[0];

@@ -133,2 +133,3 @@ options = values[1];

frozen = true;
freezeIndex = Infinity;

@@ -135,0 +136,0 @@ return processor;

{
"name": "unified",
"version": "6.1.0",
"version": "6.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc