Socket
Socket
Sign inDemoInstall

micromark-util-symbol

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-util-symbol - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

1

constants.d.ts

@@ -14,2 +14,3 @@ export namespace constants {

const codeFencedSequenceSizeMin: number
const contentTypeDocument: string
const contentTypeFlow: string

@@ -16,0 +17,0 @@ const contentTypeContent: string

@@ -22,2 +22,3 @@ /**

codeFencedSequenceSizeMin: 3, // At least 3 ticks or tildes are needed.
contentTypeDocument: 'document',
contentTypeFlow: 'flow',

@@ -24,0 +25,0 @@ contentTypeContent: 'content',

2

package.json
{
"name": "micromark-util-symbol",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "micromark utility with symbols",

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

@@ -100,2 +100,3 @@ export namespace types {

const listItemValue: string
const chunkDocument: string
const chunkContent: string

@@ -102,0 +103,0 @@ const chunkFlow: string

@@ -446,2 +446,3 @@ /**

// Internal types used for subtokenizers, compiled away
chunkDocument: 'chunkDocument',
chunkContent: 'chunkContent',

@@ -448,0 +449,0 @@ chunkFlow: 'chunkFlow',

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