Socket
Socket
Sign inDemoInstall

medium-editor

Package Overview
Dependencies
Maintainers
6
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medium-editor - npm Package Compare versions

Comparing version 5.23.0 to 5.23.1

1

bower.json

@@ -33,3 +33,2 @@ {

"package.json",
"src",
"CHANGES.md",

@@ -36,0 +35,0 @@ "MAINTAINERS.md",

6

CHANGES.md

@@ -0,1 +1,7 @@

5.23.1 / 2017-06-27
==================
* Remove src from bower ignored files #1330
* Add label-checkbox relation in CreateLink form #1275 #1340
5.23.0 / 2017-03-02

@@ -2,0 +8,0 @@ ==================

{
"name": "medium-editor",
"version": "5.23.0",
"version": "5.23.1",
"author": "Davi Ferreira <hi@daviferreira.com>",

@@ -5,0 +5,0 @@ "contributors": [

@@ -113,4 +113,4 @@ (function () {

'<div class="medium-editor-toolbar-form-row">',
'<input type="checkbox" class="medium-editor-toolbar-anchor-target">',
'<label>',
'<input type="checkbox" class="medium-editor-toolbar-anchor-target" id="medium-editor-toolbar-anchor-target-field-' + this.getEditorId() + '">',
'<label for="medium-editor-toolbar-anchor-target-field-' + this.getEditorId() + '">',
this.targetCheckboxText,

@@ -117,0 +117,0 @@ '</label>',

@@ -18,3 +18,3 @@ MediumEditor.parseVersionString = function (release) {

// grunt-bump looks for this:
'version': '5.23.0'
'version': '5.23.1'
}).version);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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