@contentful/rich-text-types
Advanced tools
Comparing version 13.0.0 to 13.1.0
@@ -19,3 +19,3 @@ 'use strict'; | ||
var _core = createCommonjsModule(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 | ||
@@ -116,10 +116,27 @@ }); | ||
var _library = false; | ||
var _shared = createCommonjsModule(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: _library ? 'pure' : 'global', | ||
copyright: '© 2019 Denis Pushkarev (zloirock.ru)' | ||
}); | ||
}); | ||
var _functionToString = _shared('native-function-to-string', Function.toString); | ||
var _redefine = createCommonjsModule(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); | ||
}; | ||
@@ -144,3 +161,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); | ||
}); | ||
@@ -285,17 +302,2 @@ }); | ||
var _library = false; | ||
var _shared = createCommonjsModule(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: _library ? 'pure' : 'global', | ||
copyright: '© 2019 Denis Pushkarev (zloirock.ru)' | ||
}); | ||
}); | ||
var shared = _shared('keys'); | ||
@@ -302,0 +304,0 @@ |
{ | ||
"name": "@contentful/rich-text-types", | ||
"version": "13.0.0", | ||
"version": "13.1.0", | ||
"main": "dist/rich-text-types.es5.js", | ||
@@ -45,3 +45,3 @@ "typings": "dist/types/index.d.ts", | ||
}, | ||
"gitHead": "ec8d032ca6dabb4c5a857611739cd0e5f34b52e5" | ||
"gitHead": "328de5e3a9d4e22eaa14b17ea227b1c36add89ae" | ||
} |
# rich-text-types | ||
Type definitions and constants for the Contentful rich text field type. | ||
Block constants partially taken from [markup-it](https://github.com/GitbookIO/markup-it). | ||
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
135085
57
4
1