Socket
Socket
Sign inDemoInstall

bumbag-theme-medipass

Package Overview
Dependencies
131
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.13 to 1.3.14

es/Link.js

2

es/index.js

@@ -20,2 +20,3 @@ import palette from './palette.js';

import Label from './Label.js';
import Link from './Link.js';
import PageContent from './PageContent.js';

@@ -58,2 +59,3 @@ import PageWithSidebar from './PageWithSidebar.js';

Label: Label,
Link: Link,
PageContent: PageContent,

@@ -60,0 +62,0 @@ PageWithSidebar: PageWithSidebar,

@@ -26,2 +26,3 @@ 'use strict';

var Label = require('./Label.js');
var Link = require('./Link.js');
var PageContent = require('./PageContent.js');

@@ -64,2 +65,3 @@ var PageWithSidebar = require('./PageWithSidebar.js');

Label: Label.default,
Link: Link.default,
PageContent: PageContent.default,

@@ -66,0 +68,0 @@ PageWithSidebar: PageWithSidebar.default,

4

package.json
{
"name": "bumbag-theme-medipass",
"version": "1.3.13",
"version": "1.3.14",
"main": "lib/index.js",

@@ -35,3 +35,3 @@ "module": "es/index.js",

],
"gitHead": "6334a9a87cd265dd28e71370931a213378e9a0b9"
"gitHead": "bdc283110eb49f345aa3f7e724588ab231297277"
}

@@ -20,2 +20,3 @@ import _docs from './_docs.jsx';

import Label from './Label';
import Link from './Link';
import PageContent from './PageContent';

@@ -51,2 +52,3 @@ import PageWithSidebar from './PageWithSidebar';

Label,
Link,
PageContent,

@@ -53,0 +55,0 @@ PageWithSidebar,

@@ -146,2 +146,7 @@ declare const _default: {

};
Link: {
styles: {
base: any;
};
};
PageContent: {

@@ -148,0 +153,0 @@ styles: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc