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

@operato/markdown

Package Overview
Dependencies
Maintainers
4
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/markdown - npm Package Compare versions

Comparing version 0.3.2 to 0.3.4

workers/markdown-webworker.js

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)
**Note:** Version bump only for package @operato/markdown
### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03)
### :bug: Bug Fix
* apply import.meta.url into @operato/board and @operato/markdown ([2d6d387](https://github.com/hatiolab/operato/commit/2d6d3874c33555aac2efe9a4750698f03b036f01))
### [0.3.2](https://github.com/hatiolab/operato/compare/v0.3.1...v0.3.2) (2022-01-03)

@@ -8,0 +25,0 @@

2

dist/src/markdown.js

@@ -1,2 +0,2 @@

const worker = new Worker('/node_modules/@operato/markdown/assets/scripts/markdown-webworker.js');
const worker = new Worker(new URL('../../workers/markdown-webworker.js', import.meta.url));
const TIMEOUT_LIMIT = 20000;

@@ -3,0 +3,0 @@ export async function md(markdown, options) {

@@ -6,3 +6,3 @@ {

"author": "heartyoh",
"version": "0.3.2",
"version": "0.3.4",
"main": "dist/src/index.js",

@@ -35,3 +35,3 @@ "module": "dist/src/index.js",

"dependencies": {
"@operato/styles": "^0.3.2",
"@operato/styles": "^0.3.4",
"lit": "^2.0.2",

@@ -73,3 +73,3 @@ "marked": "^4.0.7"

},
"gitHead": "889594ff0f6a6da8bd1d97163cd808d997d16dd9"
"gitHead": "730f7f88d9feaec4e42fdfa8f4bd9503f04df72e"
}

@@ -1,2 +0,3 @@

const worker = new Worker('/node_modules/@operato/markdown/assets/scripts/markdown-webworker.js')
const worker = new Worker(new URL('../../workers/markdown-webworker.js', import.meta.url))
const TIMEOUT_LIMIT = 20000

@@ -3,0 +4,0 @@

Sorry, the diff of this file is not supported yet

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