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

@bangle.dev/core

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bangle.dev/core - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

prosemirror/commands.js

6

api.md

@@ -8,3 +8,3 @@ ---

`@bangle.dev/core` as the name suggests is the core of BangleJS and most packages expect it as a [peer dependency](https://nodejs.org/en/blog/npm/peer-dependencies/). To install run:
`@bangle.dev/core` as the name suggests is the core of Bangle and most packages expect it as a [peer dependency](https://nodejs.org/en/blog/npm/peer-dependencies/). To install run:

@@ -19,3 +19,3 @@ ```

The building block of BangleJS is a component. At it's heart, we have a vanilla Javascript module which exports the follow properties:
The building block of Bangle is a component. At it's heart, we have a vanilla Javascript module which exports the follow properties:

@@ -104,3 +104,3 @@ - **?spec(opts: Object):** [Spec](#spec)\

:bulb: _BangleJS follows the convention of prefixing_ `query` _to **any** function that returns a QueryCommand._
:bulb: _Bangle follows the convention of prefixing_ `query` _to **any** function that returns a QueryCommand._

@@ -107,0 +107,0 @@ ```js

@@ -747,3 +747,3 @@ /**

// TODO I think this blocked by the bug described by a test in list item https://github.com/bangle-io/banglejs/blob/ee3305892fbe46e1217b28045b14955e94f24430/bangle-play/utilsnodes/__tests__/list-item.test.js#L553
// TODO I think this blocked by the bug described by a test in list item https://github.com/bangle-io/bangle.dev/blob/ee3305892fbe46e1217b28045b14955e94f24430/bangle-play/utilsnodes/__tests__/list-item.test.js#L553
it.skip('pressing enter on empty nested li should outdent and take the type of the parent when their are other sibblings', async () => {

@@ -750,0 +750,0 @@ const { view } = await testEditor(

{
"name": "@bangle.dev/core",
"version": "0.1.14",
"version": "0.1.15",
"homepage": "https://bangle.dev",

@@ -15,6 +15,6 @@ "authors": [

"type": "git",
"url": "git+https://github.com/bangle-io/banglejs.git"
"url": "git+https://github.com/bangle-io/bangle.dev.git"
},
"bugs": {
"url": "https://github.com/bangle-io/banglejs/issues"
"url": "https://github.com/bangle-io/bangle.dev/issues"
},

@@ -21,0 +21,0 @@ "main": "index.js",

@@ -10,2 +10,3 @@ import { NodeSelection } from 'prosemirror-state';

export * from './create-event';
export * from './selection-helpers';

@@ -12,0 +13,0 @@ export const selectNodeAt = (view, pos) => {

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