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
5
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 16.6.1 to 16.6.2

7

dist/helpers.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isText = exports.isBlock = exports.isInline = void 0;
exports.isInline = isInline;
exports.isBlock = isBlock;
exports.isText = isText;
var blocks_1 = require("./blocks");

@@ -25,3 +27,2 @@ var inlines_1 = require("./inlines");

}
exports.isInline = isInline;
/**

@@ -33,3 +34,2 @@ * Checks if the node is an instance of Block.

}
exports.isBlock = isBlock;
/**

@@ -41,3 +41,2 @@ * Checks if the node is an instance of Text.

}
exports.isText = isText;
//# sourceMappingURL=helpers.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSchemaWithNodeType = void 0;
exports.getSchemaWithNodeType = getSchemaWithNodeType;
function getSchemaWithNodeType(nodeType) {

@@ -12,3 +12,2 @@ try {

}
exports.getSchemaWithNodeType = getSchemaWithNodeType;
//# sourceMappingURL=index.js.map
{
"name": "@contentful/rich-text-types",
"version": "16.6.1",
"version": "16.6.2",
"main": "dist/index.js",

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

"ts-jest": "^29.1.2",
"typescript-json-schema": "0.63.0"
"typescript-json-schema": "0.64.0"
},
"gitHead": "b3299ec5bd672faf47b0f06adb7f1433f3e385ce"
"gitHead": "7a8e612e70e8aa9de555057094233d8bd75d3d23"
}

Sorry, the diff of this file is not supported yet

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