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

piral-core

Package Overview
Dependencies
Maintainers
1
Versions
1027
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piral-core - npm Package Compare versions

Comparing version 1.5.1-beta.6852 to 1.5.1-beta.6855

2

esm/defaults/DefaultRouteSwitch_v6.js

@@ -10,5 +10,5 @@ import * as React from 'react';

//@ts-ignore
React.createElement(Route, { path: '*', element: React.createElement(NotFound, null) })));
React.createElement(Route, { path: "*", element: React.createElement(NotFound, null) })));
};
DefaultRouteSwitch.displayName = 'DefaultRouteSwitch';
//# sourceMappingURL=DefaultRouteSwitch_v6.js.map

@@ -14,3 +14,3 @@ "use strict";

//@ts-ignore
React.createElement(react_router_dom_1.Route, { path: '*', element: React.createElement(NotFound, null) })));
React.createElement(react_router_dom_1.Route, { path: "*", element: React.createElement(NotFound, null) })));
};

@@ -17,0 +17,0 @@ exports.DefaultRouteSwitch = DefaultRouteSwitch;

{
"name": "piral-core",
"version": "1.5.1-beta.6852",
"version": "1.5.1-beta.6855",
"description": "The core library for creating a Piral instance.",

@@ -76,4 +76,4 @@ "keywords": [

"path-to-regexp": "^1.8.0",
"piral-base": "1.5.1-beta.6852",
"piral-debug-utils": "1.5.1-beta.6852",
"piral-base": "1.5.1-beta.6855",
"piral-debug-utils": "1.5.1-beta.6855",
"zustand": "^3.0.0"

@@ -98,3 +98,3 @@ },

],
"gitHead": "7e0ddd455f32b05ec6376c6da521a3677110699b"
"gitHead": "3a6421874458248c50fd9a35b740829f08fe9c60"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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