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

prettier-plugin-sql-cst

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-sql-cst - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

1

dist/index.d.ts
import { Node } from "sql-parser-cst";
import { Parser, Printer, SupportLanguage } from "prettier";
export { options } from "./options";
export type { SqlPluginOptions } from "./options";
export declare const languages: SupportLanguage[];
export declare const parsers: Record<string, Parser<Node>>;
export declare const printers: Record<string, Printer>;

2

package.json
{
"name": "prettier-plugin-sql-cst",
"version": "0.9.0",
"version": "0.9.1",
"description": "Prettier plugin for SQL",

@@ -5,0 +5,0 @@ "author": "Rene Saarsoo <nene@triin.net>",

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