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

prosemirror-utils

Package Overview
Dependencies
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-utils - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/index.esm.js

24

package.json
{
"name": "prosemirror-utils",
"version": "1.1.1",
"version": "1.1.2",
"description": "Utils library for ProseMirror",

@@ -9,2 +9,5 @@ "main": "dist/index.cjs",

"type": "module",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": {

@@ -36,9 +39,17 @@ "name": "Eduard Shvedai",

},
"keywords": ["ProseMirror", "utils", "helpers"],
"keywords": [
"ProseMirror",
"utils",
"helpers"
],
"jest": {
"preset": "ts-jest",
"setupFilesAfterEnv": ["./jestFrameworkSetup.ts"],
"setupFilesAfterEnv": [
"./jestFrameworkSetup.ts"
],
"testEnvironment": "jsdom"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {

@@ -80,3 +91,6 @@ "lint": "eslint ./src/ --ext .ts --fix",

"lint-staged": {
"*.{js, md}": ["prettier --write", "git add"]
"*.{js, md}": [
"prettier --write",
"git add"
]
},

@@ -83,0 +97,0 @@ "prettier": {

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