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

internaldocs-fb-helpers

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

internaldocs-fb-helpers - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0-rc.1

dist/uidocs.d.ts

1

dist/index.d.ts

@@ -8,2 +8,3 @@ /**

export * as bloks from "./bloks";
export * as uidocs from "./uidocs";
declare type FbContent<Internal, External> = {

@@ -10,0 +11,0 @@ internal: Internal;

3

dist/index.js

@@ -27,4 +27,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.OssOnly = exports.FbInternalOnly = exports.isInternal = exports.validateFbContentArgs = exports.fbInternalOnly = exports.fbContent = exports.bloks = void 0;
exports.OssOnly = exports.FbInternalOnly = exports.isInternal = exports.validateFbContentArgs = exports.fbInternalOnly = exports.fbContent = exports.uidocs = exports.bloks = void 0;
exports.bloks = __importStar(require("./bloks"));
exports.uidocs = __importStar(require("./uidocs"));
const FB_CONTENT_ARG_KEYS = ['internal', 'external'];

@@ -31,0 +32,0 @@ let usePluginData;

{
"name": "internaldocs-fb-helpers",
"version": "1.4.0",
"version": "1.5.0-rc.1",
"description": "Helper library for including / excluding content from docusaurus websites",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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