Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 11.0.1 to 11.0.2

8

index.d.ts

@@ -25,2 +25,5 @@ import type {Value} from 'vfile'

// See: <https://github.com/sindresorhus/type-fest/blob/main/source/empty-object.d.ts>
declare const emptyObjectSymbol: unique symbol
/**

@@ -102,3 +105,4 @@ * Interface of known results from compilers.

*/
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface Settings {}
export interface Settings {
[emptyObjectSymbol]?: never
}
{
"name": "unified",
"version": "11.0.1",
"version": "11.0.2",
"description": "parse, inspect, transform, and serialize content through syntax trees",

@@ -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