Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@milkdown/prose

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/prose - npm Package Compare versions

Comparing version 7.3.5 to 7.3.6

4

package.json
{
"name": "@milkdown/prose",
"type": "module",
"version": "7.3.5",
"version": "7.3.6",
"license": "MIT",

@@ -89,3 +89,3 @@ "repository": {

"tslib": "^2.5.0",
"@milkdown/exception": "7.3.5"
"@milkdown/exception": "7.3.6"
},

@@ -92,0 +92,0 @@ "nx": {

@@ -25,3 +25,3 @@ /* Copyright 2021, Milkdown by Mirone. */

export const gecko = !ie && /gecko\/(\d+)/i.test(agent)
export const gecko_version = gecko && +(/Firefox\/(\d+)/.exec(agent) || [0, 0])![1]!
export const gecko_version = gecko && +(/Firefox\/(\d+)/.exec(agent) || [0, 0])[1]

@@ -37,2 +37,2 @@ const _chrome = !ie && /Chrome\/(\d+)/.exec(agent)

export const webkit = !!doc && 'webkitFontSmoothing' in doc.documentElement.style
export const webkit_version = webkit ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])![1]! : 0
export const webkit_version = webkit ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0

Sorry, the diff of this file is not supported yet

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