Socket
Socket
Sign inDemoInstall

micromark-util-types

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-util-types - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

index.d.ts

@@ -512,2 +512,5 @@ /**

}
attentionMarkers: {
null?: Code[]
}
}

@@ -527,2 +530,5 @@ export type _NormalizedExtensionFields = {

}
attentionMarkers: {
null: Code[]
}
}

@@ -529,0 +535,0 @@ /**

2

index.js

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

* @property {{null?: Pick<Construct, 'resolveAll'>[]}} insideSpan
* @property {{null?: Code[]}} attentionMarkers
*

@@ -396,2 +397,3 @@ * @typedef _NormalizedExtensionFields

* @property {{null: Pick<Construct, 'resolveAll'>[]}} insideSpan
* @property {{null: Code[]}} attentionMarkers
*

@@ -398,0 +400,0 @@ * @typedef {Record<string, Record<string, unknown>> & Partial<_ExtensionFields>} Extension

2

package.json
{
"name": "micromark-util-types",
"version": "1.0.0",
"version": "1.0.1",
"description": "micromark utility with a couple of typescript types",

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

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