Socket
Socket
Sign inDemoInstall

@contentful/rich-text-react-renderer

Package Overview
Dependencies
Maintainers
175
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 15.19.1 to 15.19.2

5

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

@@ -36,2 +36,7 @@ 'use strict';

var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
var e = new Error(message);
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
};
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

@@ -38,0 +43,0 @@

8

package.json
{
"name": "@contentful/rich-text-react-renderer",
"version": "15.19.1",
"version": "15.19.2",
"main": "dist/rich-text-react-renderer.es5.js",

@@ -29,3 +29,3 @@ "typings": "dist/types/index.d.ts",

"dependencies": {
"@contentful/rich-text-types": "^16.3.1"
"@contentful/rich-text-types": "^16.3.2"
},

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

"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^27.0.5",

@@ -54,3 +54,3 @@ "tslint": "^6.1.3",

},
"gitHead": "0612185fd9bd9032365a33c496108b90d853dd27"
"gitHead": "a000e17e6d23ddb0ab93b922eded0b20059c6644"
}

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