@contentful/rich-text-plain-text-renderer
Advanced tools
Comparing version 13.0.0 to 13.1.0
@@ -31,3 +31,3 @@ 'use strict'; | ||
var _core = createCommonjsModule$$1(function (module) { | ||
var core = module.exports = { version: '2.6.2' }; | ||
var core = module.exports = { version: '2.6.5' }; | ||
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef | ||
@@ -128,10 +128,25 @@ }); | ||
var _shared = createCommonjsModule$$1(function (module) { | ||
var SHARED = '__core-js_shared__'; | ||
var store = _global[SHARED] || (_global[SHARED] = {}); | ||
(module.exports = function (key, value) { | ||
return store[key] || (store[key] = value !== undefined ? value : {}); | ||
})('versions', []).push({ | ||
version: _core.version, | ||
mode: 'global', | ||
copyright: '© 2019 Denis Pushkarev (zloirock.ru)' | ||
}); | ||
}); | ||
var _functionToString = _shared('native-function-to-string', Function.toString); | ||
var _redefine = createCommonjsModule$$1(function (module) { | ||
var SRC = _uid('src'); | ||
var TO_STRING = 'toString'; | ||
var $toString = Function[TO_STRING]; | ||
var TPL = ('' + $toString).split(TO_STRING); | ||
var TPL = ('' + _functionToString).split(TO_STRING); | ||
_core.inspectSource = function (it) { | ||
return $toString.call(it); | ||
return _functionToString.call(it); | ||
}; | ||
@@ -156,3 +171,3 @@ | ||
})(Function.prototype, TO_STRING, function toString() { | ||
return typeof this == 'function' && this[SRC] || $toString.call(this); | ||
return typeof this == 'function' && this[SRC] || _functionToString.call(this); | ||
}); | ||
@@ -297,15 +312,2 @@ }); | ||
var _shared = createCommonjsModule$$1(function (module) { | ||
var SHARED = '__core-js_shared__'; | ||
var store = _global[SHARED] || (_global[SHARED] = {}); | ||
(module.exports = function (key, value) { | ||
return store[key] || (store[key] = value !== undefined ? value : {}); | ||
})('versions', []).push({ | ||
version: _core.version, | ||
mode: 'global', | ||
copyright: '© 2019 Denis Pushkarev (zloirock.ru)' | ||
}); | ||
}); | ||
var shared = _shared('keys'); | ||
@@ -312,0 +314,0 @@ |
{ | ||
"name": "@contentful/rich-text-plain-text-renderer", | ||
"version": "13.0.0", | ||
"version": "13.1.0", | ||
"main": "dist/rich-text-plain-text-renderer.es5.js", | ||
@@ -26,3 +26,3 @@ "typings": "dist/types/index.d.ts", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^13.0.0" | ||
"@contentful/rich-text-types": "^13.1.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ec8d032ca6dabb4c5a857611739cd0e5f34b52e5" | ||
"gitHead": "328de5e3a9d4e22eaa14b17ea227b1c36add89ae" | ||
} |
@@ -25,5 +25,7 @@ # rich-text-plain-text-renderer | ||
nodeType: 'document', | ||
data: {}, | ||
content: [ | ||
{ | ||
nodeType: 'paragraph', | ||
data: {}, | ||
content: [ | ||
@@ -33,3 +35,4 @@ { | ||
value: 'Hello', | ||
marks: [{ type: 'bold' }] | ||
marks: [{ type: 'bold' }], | ||
data: {} | ||
}, | ||
@@ -39,3 +42,4 @@ { | ||
value: ' world!', | ||
marks: [{ type: 'italic' }] | ||
marks: [{ type: 'italic' }], | ||
data: {} | ||
}, | ||
@@ -42,0 +46,0 @@ ], |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50
75028
10
1