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

boring-router

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boring-router - npm Package Compare versions

Comparing version 0.1.0-alpha.9 to 0.1.0-alpha.10

bld/library/link.d.ts

1

bld/library/index.d.ts
export * from './router';
export * from './route-match';
export * from './route';
export * from './link';

@@ -7,2 +7,3 @@ "use strict";

tslib_1.__exportStar(require("./route"), exports);
tslib_1.__exportStar(require("./link"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "boring-router",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "A light-weight, type-safe, yet reactive router service using MobX.",

@@ -5,0 +5,0 @@ "repository": {

@@ -43,7 +43,11 @@ [![NPM Package](https://badge.fury.io/js/boring-router.svg)](https://www.npmjs.com/package/boring-router)

return (
<>
<Route match={router.account}>Account page</Route>
<HistoryProvider value={history}>
<Route match={router.account}>
Account page
<hr />
<Link to={router.about}>About</Link>
</Route>
<Route match={router.about}>About page</Route>
<Route match={router.notFound}>Not found</Route>
</>
</HistoryProvider>
);

@@ -50,0 +54,0 @@ }

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