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

prettier-plugin-sql

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-sql - npm Package Compare versions

Comparing version 0.15.0 to 0.15.1

2

lib/index.d.ts

@@ -1,2 +0,2 @@

import { type AST, type Option } from 'node-sql-parser';
import type { AST, Option } from 'node-sql-parser';
import type { Options, ParserOptions, Plugin } from 'prettier';

@@ -3,0 +3,0 @@ import { type FormatOptions } from 'sql-formatter';

@@ -1,5 +0,5 @@

import { Parser } from 'node-sql-parser';
import nodeSqlParser from 'node-sql-parser';
import { format } from 'sql-formatter';
import { languages } from './languages.js';
const parser = new Parser();
const parser = new nodeSqlParser.Parser();
const SQL_FORMATTER = 'sql-formatter';

@@ -6,0 +6,0 @@ const NODE_SQL_PARSER = 'node-sql-parser';

{
"name": "prettier-plugin-sql",
"version": "0.15.0",
"version": "0.15.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "An opinionated sql formatter plugin for Prettier",

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