Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contentful/rich-text-types

Package Overview
Dependencies
Maintainers
117
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/rich-text-types - npm Package Compare versions

Comparing version 15.11.0 to 15.11.1

4

dist/index.js

@@ -28,3 +28,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.validateRichTextDocument = exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0;
exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0;
var blocks_1 = require("./blocks");

@@ -43,4 +43,2 @@ Object.defineProperty(exports, "BLOCKS", { enumerable: true, get: function () { return blocks_1.BLOCKS; } });

exports.helpers = helpers;
var validation_1 = require("./validation");
Object.defineProperty(exports, "validateRichTextDocument", { enumerable: true, get: function () { return validation_1.validateRichTextDocument; } });
//# sourceMappingURL=index.js.map

@@ -10,2 +10,1 @@ export { BLOCKS } from './blocks';

export { helpers };
export { validateRichTextDocument } from './validation';
{
"name": "@contentful/rich-text-types",
"version": "15.11.0",
"version": "15.11.1",
"main": "dist/index.js",

@@ -27,5 +27,2 @@ "typings": "dist/types/index.d.ts",

},
"dependencies": {
"ajv": "^8.8.2"
},
"devDependencies": {

@@ -51,3 +48,3 @@ "@types/jest": "^27.0.1",

},
"gitHead": "38846b2330f1a9a8d1379ef339ee7cf783a3dd68"
"gitHead": "eb5dcd9da415fcbc25c3e935d392a8ad653fbaae"
}

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