Socket
Socket
Sign inDemoInstall

@contentful/rich-text-react-renderer

Package Overview
Dependencies
Maintainers
47
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/rich-text-react-renderer - npm Package Compare versions

Comparing version 13.0.1 to 13.1.0

38

dist/rich-text-react-renderer.es5.js

@@ -62,3 +62,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

@@ -159,10 +159,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);
};

@@ -187,3 +202,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);
});

@@ -328,15 +343,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');

@@ -343,0 +345,0 @@

{
"name": "@contentful/rich-text-react-renderer",
"version": "13.0.1",
"version": "13.1.0",
"main": "dist/rich-text-react-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"
},

@@ -49,3 +49,3 @@ "peerDependencies": {

},
"gitHead": "f5322b407028613d19d7f22d80ce6ea2ab36537a"
"gitHead": "328de5e3a9d4e22eaa14b17ea227b1c36add89ae"
}

@@ -26,5 +26,7 @@ # rich-text-react-renderer

nodeType: 'document',
data: {},
content: [
{
nodeType: 'paragraph',
data: {},
content: [

@@ -35,2 +37,3 @@ {

marks: [],
data: {}
},

@@ -37,0 +40,0 @@ ],

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