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

@prosekit/core

Package Overview
Dependencies
Maintainers
0
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prosekit/core - npm Package Compare versions

Comparing version 0.0.0-next-20240715055445 to 0.0.0-next-20240715062625

2

dist/prosekit-core.js

@@ -1199,4 +1199,6 @@ import {

}
var isServer = typeof window === "undefined";
var nodeViewFactoryFacet = defineFacet({
reducer: (inputs) => {
if (isServer) return [];
const nodeViews = {};

@@ -1203,0 +1205,0 @@ const factories = inputs.map((x) => x[0]).filter(isNotNull);

4

package.json
{
"name": "@prosekit/core",
"type": "module",
"version": "0.0.0-next-20240715055445",
"version": "0.0.0-next-20240715062625",
"private": false,

@@ -47,3 +47,3 @@ "author": {

"type-fest": "^4.21.0",
"@prosekit/pm": "^0.0.0-next-20240715055445"
"@prosekit/pm": "^0.0.0-next-20240715062625"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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