Socket
Socket
Sign inDemoInstall

@uswitch/spark.breadcrumbs

Package Overview
Dependencies
124
Maintainers
22
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.8 to 0.2.9

7

lib/cjs/index.js

@@ -28,2 +28,4 @@ "use strict";

var _excluded = ["as", "crumbs", "home"];
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

@@ -33,5 +35,2 @@

/** @jsx jsx */
/** @jsxRuntime classic */
var variantPath = (0, _spark2.getVariantPath)({

@@ -62,3 +61,3 @@ id: 'breadcrumbs'

home = _ref.home,
props = (0, _objectWithoutProperties2.default)(_ref, ["as", "crumbs", "home"]);
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
return (0, _themeUi.jsx)(As, (0, _extends2.default)({

@@ -65,0 +64,0 @@ ref: ref,

import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["as", "crumbs", "home"];

@@ -38,3 +39,3 @@ /** @jsx jsx */

home = _ref.home,
props = _objectWithoutProperties(_ref, ["as", "crumbs", "home"]);
props = _objectWithoutProperties(_ref, _excluded);

@@ -41,0 +42,0 @@ return jsx(As, _extends({

{
"name": "@uswitch/spark.breadcrumbs",
"version": "0.2.8",
"version": "0.2.9",
"description": "",

@@ -18,5 +18,5 @@ "repository": "https://github.com/uswitch/spark",

"@uswitch/spark-icons": "*",
"@uswitch/spark.link": "^0.2.8",
"@uswitch/spark.type": "^0.2.8",
"@uswitch/spark.utils": "^0.2.8"
"@uswitch/spark.link": "^0.2.9",
"@uswitch/spark.type": "^0.2.9",
"@uswitch/spark.utils": "^0.2.9"
},

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

},
"gitHead": "bc3b240e4ab1b0e8cd43f6aae768bd83e0ca8b5f"
"gitHead": "0c44b7cb4fb4c9c31cb9a0c3142827d7f72c748a"
}
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