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

prosemirror-test-builder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-test-builder - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.es.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 1.0.3 (2020-01-28)
### Bug fixes
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
## 1.0.2 (2019-11-19)

@@ -2,0 +8,0 @@

4

package.json
{
"name": "prosemirror-test-builder",
"version": "1.0.2",
"version": "1.0.3",
"description": "Helpers for programatically building ProseMirror test documents",
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.es.js",
"license": "MIT",

@@ -8,0 +8,0 @@ "maintainers": [

# prosemirror-test-builder
[ [**WEBSITE**](http://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror-test-builder/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**GITTER**](https://gitter.im/ProseMirror/prosemirror) ]
[ [**WEBSITE**](https://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror-test-builder/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**GITTER**](https://gitter.im/ProseMirror/prosemirror) ]
This is a module used to write tests for [ProseMirror](http://prosemirror.net).
This is a module used to write tests for [ProseMirror](https://prosemirror.net).
ProseMirror is a well-behaved rich semantic content editor based on

@@ -7,0 +7,0 @@ contentEditable, with support for collaborative editing and custom

@@ -8,3 +8,3 @@ module.exports = {

}, {
file: 'dist/index.mjs',
file: 'dist/index.es.js',
format: 'es',

@@ -11,0 +11,0 @@ sourcemap: true

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