Socket
Socket
Sign inDemoInstall

prettier-plugin-embed

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-embed - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

dist/embedded/register.d.ts

@@ -7,6 +7,6 @@ import type { EmbeddedEmbedders, EmbeddedLanguage, EmbeddedOptions, EmbeddedParsers } from "./types.js";

import * as __glob__0_0 from "./css/index.js";
import * as __glob__0_1 from "./es/index.js";
import * as __glob__0_1 from "./graphql/index.js";
import * as __glob__0_2 from "./glsl/index.js";
import * as __glob__0_3 from "./graphql/index.js";
import * as __glob__0_4 from "./html/index.js";
import * as __glob__0_3 from "./html/index.js";
import * as __glob__0_4 from "./es/index.js";
import * as __glob__0_5 from "./ini/index.js";

@@ -13,0 +13,0 @@ import * as __glob__0_6 from "./json/index.js";

@@ -15,3 +15,3 @@ import type { SqlBaseOptions as PrettierPluginSqlOptions } from "prettier-plugin-sql";

type SqlPlugin = (typeof SQL_PLUGINS)[number];
declare const SQL_CST_PARSERS: readonly ["sqlite", "bigquery"];
declare const SQL_CST_PARSERS: readonly ["sqlite", "bigquery", "mysql", "mariadb", "postgresql"];
type SqlCstParser = (typeof SQL_CST_PARSERS)[number];

@@ -18,0 +18,0 @@ declare const EMBEDDED_LANGUAGE_IDENTIFIERS: "embeddedSqlIdentifiers";

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.4.0",
"version": "0.4.1",
"type": "module",

@@ -8,0 +8,0 @@ "files": [

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