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

prosemirror-model

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-model - npm Package Compare versions

Comparing version 1.16.1 to 1.17.0-beta.1

dist/index.cjs

26

package.json
{
"name": "prosemirror-model",
"version": "1.16.1",
"version": "1.17.0-beta.1",
"description": "ProseMirror's document model",
"main": "dist/index.js",
"module": "dist/index.es.js",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"sideEffects": false,
"license": "MIT",

@@ -23,15 +30,10 @@ "maintainers": [

"devDependencies": {
"mocha": "^9.1.2",
"ist": "^1.0.0",
"@prosemirror/buildhelper": "^0.1.5",
"jsdom": "^10.1.0",
"prosemirror-test-builder": "^1.0.0",
"rollup": "^2.26.3",
"@rollup/plugin-buble": "^0.21.3"
"prosemirror-test-builder": "^1.0.0"
},
"scripts": {
"test": "node etc/link-self.js && mocha test/test-*.js",
"build": "rollup -c",
"watch": "rollup -c -w",
"prepare": "npm run build"
"test": "pm-runtests",
"prepare": "pm-buildhelper src/index.ts"
}
}

@@ -14,2 +14,3 @@ This module defines ProseMirror's content model, the data structures

@Slice
@Attrs
@ReplaceError

@@ -16,0 +17,0 @@

Sorry, the diff of this file is too big to display

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