New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/base-ui.routing.routing-provider

Package Overview
Dependencies
Maintainers
15
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/base-ui.routing.routing-provider - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/preview-1738842392584.js

4

dist/routing-provider.composition.d.ts
export declare const useLink: () => import("react/jsx-runtime").JSX.Element;
export declare const activeNavLink: () => import("react/jsx-runtime").JSX.Element;
export declare const inactiveNavLink: () => import("react/jsx-runtime").JSX.Element;
export declare const ActiveNavLink: () => import("react/jsx-runtime").JSX.Element;
export declare const InactiveNavLink: () => import("react/jsx-runtime").JSX.Element;

@@ -8,3 +8,3 @@ import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";

};
export const activeNavLink = () => {
export const ActiveNavLink = () => {
const { NavLink, useLocation } = useRouting();

@@ -14,3 +14,3 @@ const { pathname } = useLocation();

};
export const inactiveNavLink = () => {
export const InactiveNavLink = () => {
const { NavLink } = useRouting();

@@ -17,0 +17,0 @@ return (_jsx(NavLink, { href: "https://tib.ved", activeStyle: { background: 'lightblue', borderRadius: 5, padding: 4 }, children: "inactive NavLink" }));

{
"name": "@teambit/base-ui.routing.routing-provider",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://bit.cloud/teambit/base-ui/routing/routing-provider",

@@ -9,11 +9,11 @@ "main": "dist/index.js",

"name": "routing/routing-provider",
"version": "1.0.3"
"version": "1.0.4"
},
"dependencies": {
"@teambit/base-ui.routing.native-link": "1.0.0",
"@teambit/base-ui.utils.is-browser": "1.0.0",
"@teambit/base-ui.routing.native-nav-link": "1.0.3"
"@teambit/base-ui.routing.native-nav-link": "1.0.3",
"@teambit/base-ui.utils.is-browser": "1.0.0"
},
"devDependencies": {
"@teambit/react.v17.react-env": "1.1.19"
"@teambit/react.v17.react-env": "1.1.82"
},

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

},
"license": "SEE LICENSE IN LICENSE",
"license": "SEE LICENSE IN UNLICENSED",
"optionalDependencies": {},

@@ -26,0 +26,0 @@ "peerDependenciesMeta": {},

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