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

@milkdown/transformer

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/transformer - npm Package Compare versions

Comparing version 5.3.2 to 5.3.3

lib/src/index.d.ts

5

lib/index.d.ts

@@ -1,4 +0,1 @@

export * from './parser';
export * from './serializer';
export * from './utility';
//# sourceMappingURL=index.d.ts.map
export * from './src/index'

8

package.json
{
"name": "@milkdown/transformer",
"version": "5.3.2",
"version": "5.3.3",
"type": "module",

@@ -20,4 +20,4 @@ "main": "./lib/index.es.js",

"dependencies": {
"@milkdown/exception": "5.3.2",
"@milkdown/prose": "5.3.2",
"@milkdown/exception": "5.3.3",
"@milkdown/prose": "5.3.3",
"remark": "^14.0.1",

@@ -31,5 +31,5 @@ "tslib": "^2.3.1",

"tsc": "tsc --noEmit",
"build": "vite build && tsc --emitDeclarationOnly"
"build": "vite build"
},
"readme": "# @milkdown/transformer\n\nThe transformer module of [milkdown](https://saul-mirone.github.io/milkdown/).\n\n# Official Documentation\n\nDocumentation can be found on the [Milkdown website](https://saul-mirone.github.io/milkdown/).\n\n# License\n\nMilkdown is open sourced software licensed under [MIT license](https://github.com/Saul-Mirone/milkdown/blob/main/LICENSE).\n"
}
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