scribe-editor
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -0,1 +1,7 @@ | ||
# 0.1.25 | ||
* Switch from using export directly to the string alias version. [YUI Compressor changes](https://github.com/guardian/scribe/pull/279) | ||
# 0.1.24 | ||
* Rework mandatory plugin loading [Plugin loading](https://github.com/guardian/scribe/pull/275) | ||
# 0.1.23 | ||
@@ -2,0 +8,0 @@ * Fix Chrome 38 focus issue [Change check for ff](https://github.com/guardian/scribe/pull/265) |
{ | ||
"name": "scribe-editor", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"main": "src/scribe.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -36,2 +36,5 @@ define([ | ||
callback(); | ||
} catch(e) { | ||
// The catch block is required but we don't want to swallow the error | ||
throw e; | ||
} finally { | ||
@@ -38,0 +41,0 @@ // We must yield to let any mutation we caused be triggered |
@@ -272,3 +272,3 @@ define([ | ||
normalize: [], | ||
export: [] | ||
'export': [] | ||
}; | ||
@@ -292,3 +292,3 @@ } | ||
HTMLFormatterFactory.prototype.formatForExport = function (html) { | ||
return this.formatters.export.reduce(function (formattedData, formatter) { | ||
return this.formatters['export'].reduce(function (formattedData, formatter) { | ||
return formatter(formattedData); | ||
@@ -295,0 +295,0 @@ }, html); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
175349
66
3702
1