Socket
Socket
Sign inDemoInstall

unified

Package Overview
Dependencies
10
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.0 to 11.0.1

3

lib/index.d.ts

@@ -277,2 +277,3 @@ import {CallableInstance} from './callable-instance.js'

export type Data = import('../index.js').Data;
export type Settings = import('../index.js').Settings;
/**

@@ -364,3 +365,3 @@ * Acceptable results from compilers.

*/
settings?: Data | undefined;
settings?: Settings | undefined;
};

@@ -367,0 +368,0 @@ /**

@@ -11,2 +11,3 @@ /**

* @typedef {import('../index.js').Data} Data
* @typedef {import('../index.js').Settings} Settings
*/

@@ -179,3 +180,3 @@

* List of plugins and presets (optional).
* @property {Data | undefined} [settings]
* @property {Settings | undefined} [settings]
* Shared settings for parsers and compilers (optional).

@@ -182,0 +183,0 @@ */

{
"name": "unified",
"version": "11.0.0",
"version": "11.0.1",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc