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

@cloudcannon/snippet-types

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudcannon/snippet-types - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

30

dist/src/defaults/mdx.d.ts

@@ -60,2 +60,7 @@ declare namespace _default {

export { format };
export namespace style {
namespace inline {
let leading: string;
}
}
}

@@ -94,2 +99,10 @@ export { options_1 as options };

export { format_1 as format };
export namespace style_1 {
export namespace inline_1 {
let leading_1: string;
export { leading_1 as leading };
}
export { inline_1 as inline };
}
export { style_1 as style };
}

@@ -103,6 +116,14 @@ export { options_3 as options };

export namespace options_4 {
namespace editor_key {
export namespace editor_key {
let ref_4: string;
export { ref_4 as ref };
}
export namespace style_2 {
namespace block {
let leading_2: string;
export { leading_2 as leading };
export let trailing: string;
}
}
export { style_2 as style };
}

@@ -121,3 +142,4 @@ export { options_4 as options };

export let hidden: boolean;
export let inline: boolean;
let inline_2: boolean;
export { inline_2 as inline };
export namespace preview {

@@ -383,4 +405,4 @@ let text: string;

export { hidden_11 as hidden };
let inline_1: boolean;
export { inline_1 as inline };
let inline_3: boolean;
export { inline_3 as inline };
let snippet_8: string;

@@ -387,0 +409,0 @@ export { snippet_8 as snippet };

2

package.json
{
"name": "@cloudcannon/snippet-types",
"version": "1.1.11",
"version": "1.1.12",
"type": "module",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

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