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

@the-grid/ed

Package Overview
Dependencies
Maintainers
19
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-grid/ed - npm Package Compare versions

Comparing version 2.0.0-11 to 2.0.0

6

CHANGES.md
### dev
# 2.0.0 - 2017-01-25
* Some style tweaks
* All of these:
#### 2.0.0-11 prerelease - 2017-01-24

@@ -10,2 +15,3 @@

* Show block type & link in inline view
* `hr` padding for easier selection

@@ -12,0 +18,0 @@ #### 2.0.0-10 prerelease - 2017-01-21

4

dist/components/widget-view.js

@@ -134,2 +134,3 @@ 'use strict';

if (block.metadata && block.metadata.isBasedOnUrl) {
// Wrap in link
typeEl = (0, _react.createElement)('a', {

@@ -140,3 +141,4 @@ href: block.metadata.isBasedOnUrl,

style: {
textDecoration: 'inherit',
color: 'gray',
textDecoration: 'none',
textTransform: 'uppercase'

@@ -143,0 +145,0 @@ }

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "2.0.0-11",
"version": "2.0.0",
"description": "the grid api with prosemirror",

@@ -8,0 +8,0 @@ "main": "dist/ed.js",

@@ -88,2 +88,3 @@ import React, {createElement as el} from 'react'

if (block.metadata && block.metadata.isBasedOnUrl) {
// Wrap in link
typeEl = el('a',

@@ -95,3 +96,4 @@ {

style: {
textDecoration: 'inherit',
color: 'gray',
textDecoration: 'none',
textTransform: 'uppercase',

@@ -98,0 +100,0 @@ },

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

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