Socket
Socket
Sign inDemoInstall

unified

Package Overview
Dependencies
6
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.1 to 9.2.2

4

index.js

@@ -46,2 +46,6 @@ 'use strict'

} else if (typeof result === 'string' || buffer(result)) {
if ('value' in ctx.file) {
ctx.file.value = result
}
ctx.file.contents = result

@@ -48,0 +52,0 @@ } else {

3

package.json
{
"name": "unified",
"version": "9.2.1",
"version": "9.2.2",
"description": "Interface for parsing, inspecting, transforming, and serializing content through syntax trees",

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

"devDependencies": {
"vfile5": "npm:vfile@5",
"browserify": "^17.0.0",

@@ -64,0 +65,0 @@ "c8": "^7.0.0",

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