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 5.2.0 to 5.2.1

lib/index.cjs.js

23

package.json
{
"name": "@milkdown/plugin-listener",
"version": "5.2.0",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"version": "5.2.1",
"main": "./lib/index.cjs.js",
"module": "./lib/index.es.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.es.js",
"require": "./lib/index.cjs.js"
}
},
"sideEffects": false,

@@ -23,9 +29,14 @@ "license": "MIT",

},
"devDependencies": {
"@milkdown/core": "5.2.1",
"@milkdown/prose": "5.2.1",
"@milkdown/utils": "5.2.1"
},
"scripts": {
"start": "vite",
"watch": "tsc -w",
"watch": "vite build --watch",
"test": "jest",
"tsc": "tsc --noEmit",
"build": "tsc"
"build": "vite build && tsc --emitDeclarationOnly"
}
}
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