Socket
Socket
Sign inDemoInstall

micromark-util-subtokenize

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-util-subtokenize - npm Package Compare versions

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

6

dev/index.js

@@ -173,2 +173,8 @@ /**

assert(
!previous || current.previous === previous,
'expected previous to match'
)
assert(!previous || previous.next === current, 'expected next to match')
startPositions.push(startPosition)

@@ -175,0 +181,0 @@

8

package.json
{
"name": "micromark-util-subtokenize",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "micromark utility to tokenize subtokens",

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

"dependencies": {
"micromark-util-chunked": "^1.0.0-alpha.2",
"micromark-util-symbol": "^1.0.0-alpha.2",
"micromark-util-types": "1.0.0-alpha.2"
"micromark-util-chunked": "^1.0.0-alpha.3",
"micromark-util-symbol": "^1.0.0-alpha.3",
"micromark-util-types": "1.0.0-alpha.3"
},

@@ -47,0 +47,0 @@ "scripts": {

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