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

@bangle.dev/base-components

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bangle.dev/base-components - npm Package Compare versions

Comparing version 0.27.1 to 0.27.2

2

dist/ordered-list.js

@@ -77,3 +77,3 @@ import { keymap, wrappingInputRule, } from '@bangle.dev/pm';

return [
wrappingInputRule(/^(1)[\.\)] $/, type, (match) => ({ order: +match[1] }), (match, node) => node.childCount + node.attrs.order === +match[1]),
wrappingInputRule(/^(1)[.)]\s$/, type, (match) => ({ order: +match[1] }), (match, node) => node.childCount + node.attrs.order === +match[1]),
keybindings &&

@@ -80,0 +80,0 @@ keymap(createObject([[keybindings.toggle, toggleList(type)]])),

@@ -91,3 +91,3 @@ import type { RawPlugins, RawSpecs } from '@bangle.dev/core';

wrappingInputRule(
/^(1)[\.\)] $/,
/^(1)[.)]\s$/,
type,

@@ -94,0 +94,0 @@ (match) => ({ order: +match[1] }),

{
"name": "@bangle.dev/base-components",
"version": "0.27.1",
"version": "0.27.2",
"homepage": "https://bangle.dev",

@@ -35,9 +35,9 @@ "authors": [

"dependencies": {
"@bangle.dev/pm-commands": "0.27.1",
"@bangle.dev/utils": "0.27.1"
"@bangle.dev/pm-commands": "0.27.2",
"@bangle.dev/utils": "0.27.2"
},
"devDependencies": {
"@bangle.dev/core": "0.27.1",
"@bangle.dev/pm": "0.27.1",
"@bangle.dev/test-helpers": "0.27.1",
"@bangle.dev/core": "0.27.2",
"@bangle.dev/pm": "0.27.2",
"@bangle.dev/test-helpers": "0.27.2",
"@types/jest": "^26.0.23",

@@ -44,0 +44,0 @@ "@types/markdown-it": "^12.0.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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