Socket
Socket
Sign inDemoInstall

marked-alert

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

marked-alert - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/index.cjs

7

changelog.md

@@ -0,1 +1,8 @@

## marked-alert [1.1.2](https://github.com/bent10/marked-extensions/compare/marked-alert@1.1.1...marked-alert@1.1.2) (2023-10-26)
### Bug Fixes
* resolves `ERR_REQUIRE_ESM` in CommonJS mocules ([f876e00](https://github.com/bent10/marked-extensions/commit/f876e00dcd08969cf1489b7fc23c29a7e2e67d96))
## marked-alert [1.1.1](https://github.com/bent10/marked-extensions/compare/marked-alert@1.1.0...marked-alert@1.1.1) (2023-10-23)

@@ -2,0 +9,0 @@

10

package.json
{
"name": "marked-alert",
"description": "A marked extension to support GFM alert",
"version": "1.1.1",
"version": "1.1.2",
"publishConfig": {

@@ -21,10 +21,10 @@ "access": "public"

"type": "module",
"main": "./dist/index.cjs.js",
"main": "./dist/index.cjs",
"browser": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"

@@ -31,0 +31,0 @@ }

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