You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@the-grid/ed

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-grid/ed - npm Package Compare versions

Comparing version

to
0.0.24

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

"license": "MIT",
"version": "0.0.22",
"version": "0.0.24",
"description": "the grid api with prosemirror",

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

@@ -5,3 +5,3 @@ import WidgetIframe from './widget-iframe'

static type () { return 'code' }
src () { return '../../node_modules/@the-grid/ced/editor/index.html' }
src () { return './node_modules/@the-grid/ced/editor/index.html' }
constructor (options) {

@@ -8,0 +8,0 @@ super(options)

@@ -53,6 +53,7 @@ var webpack = require('webpack')

filename: '[name].js',
sourceMapFilename: '[name].map',
library: 'TheGridEd'
},
debug: __DEV,
devtool: (__DEV ? 'cheap-module-eval-source-map' : null),
devtool: (__DEV ? 'cheap-module-eval-source-map' : 'source-map'),
module: {

@@ -59,0 +60,0 @@ loaders: [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet