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

@milkdown/plugin-listener

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/plugin-listener - npm Package Compare versions

Comparing version 4.6.6 to 4.6.7

6

CHANGELOG.md
# @milkdown/plugin-listener
## 4.6.7
### Patch Changes
- c0a50be: Bug fix for CRA.
## 4.6.6

@@ -4,0 +10,0 @@

2

lib/index.js

@@ -8,3 +8,3 @@ import { __awaiter } from "tslib";

return (ctx) => __awaiter(void 0, void 0, void 0, function* () {
yield SerializerReady();
yield ctx.wait(SerializerReady);
const listener = ctx.get(listenerCtx);

@@ -11,0 +11,0 @@ const serializer = ctx.get(serializerCtx);

{
"name": "@milkdown/plugin-listener",
"version": "4.6.6",
"version": "4.6.7",
"main": "lib/index.js",

@@ -17,2 +17,6 @@ "module": "lib/index.js",

],
"keywords": [
"milkdown",
"milkdown plugin"
],
"peerDependencies": {

@@ -19,0 +23,0 @@ "@milkdown/core": "*"

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