New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@unified-latex/unified-latex-util-trim

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unified-latex/unified-latex-util-trim - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

libs/unified-latex-trim-environment-contents.d.ts
import type { Plugin } from "unified";
import * as Ast from "@unified-latex/unified-latex-types";
declare type PluginOptions = void;
type PluginOptions = void;
/**

@@ -5,0 +5,0 @@ * Unified plugin to trim the whitespace from the start/end of any environments, including

import type { Plugin } from "unified";
import * as Ast from "@unified-latex/unified-latex-types";
declare type PluginOptions = void;
type PluginOptions = void;
/**

@@ -5,0 +5,0 @@ * Unified plugin to trim the whitespace from the start/end of the root element.

{
"name": "@unified-latex/unified-latex-util-trim",
"version": "1.2.1",
"version": "1.2.2",
"description": "Functions for modifying a unified-latex AST",

@@ -8,6 +8,6 @@ "main": "index.js",

"dependencies": {
"@unified-latex/unified-latex-types": "^1.2.1",
"@unified-latex/unified-latex-util-match": "^1.2.1",
"@unified-latex/unified-latex-util-render-info": "^1.2.1",
"@unified-latex/unified-latex-util-visit": "^1.2.1",
"@unified-latex/unified-latex-types": "^1.2.2",
"@unified-latex/unified-latex-util-match": "^1.2.2",
"@unified-latex/unified-latex-util-render-info": "^1.2.2",
"@unified-latex/unified-latex-util-visit": "^1.2.2",
"unified": "^10.1.2"

@@ -14,0 +14,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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