New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 1.1.6

dist/helpers.d.ts

14

package.json
{
"name": "prosemirror-utils",
"version": "1.1.5",
"version": "1.1.6",
"description": "Utils library for ProseMirror",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"publishConfig": {

@@ -19,2 +19,3 @@ "registry": "https://registry.npmjs.org"

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",

@@ -56,7 +57,6 @@ "require": "./dist/index.cjs"

"lint": "eslint ./src/ --ext .ts --fix",
"build": "./build.js",
"build_all": "npm run build",
"build": "./build.js && tsc --project tsconfig.dist.json",
"test": "jest",
"test-ci": "NODE_ENV=testing jest --coverage && codecov",
"prepare": "npm run build_all"
"prepare": "npm run build"
},

@@ -63,0 +63,0 @@ "peerDependencies": {

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