New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@potok/editor

Package Overview
Dependencies
Maintainers
2
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@potok/editor - npm Package Compare versions

Comparing version 0.8.5 to 0.9.0

8

lib/config/menu.js

@@ -362,15 +362,15 @@ import React from 'react';

label: 'Одиночный',
value: '1.75',
value: 1,
},
{
label: '1.15',
value: '2.0125',
value: 1.15,
},
{
label: '1.5',
value: '2.625',
value: 1.5,
},
{
label: 'Двойной',
value: '3.5',
value: 2,
},

@@ -377,0 +377,0 @@ ];

@@ -20,3 +20,3 @@ // @flow

const EMPTY_EDITOR_INPUT_STRING = '<p></p>';
const DEFAULT_LINE_HEIGHT = '1.75';
const DEFAULT_LINE_HEIGHT = 1;

@@ -23,0 +23,0 @@ const EditorWrapper = styled.div`

{
"name": "@potok/editor",
"version": "0.8.5",
"version": "0.9.0",
"description": "Potok.io rich text editor (based on ProseMirror)",

@@ -5,0 +5,0 @@ "main": "./lib/Editor.jsx",

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