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

@pojo-router/core

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pojo-router/core - npm Package Compare versions

Comparing version

to
0.10.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

### [0.10.1](https://github.com/ntucker/anansi/compare/@pojo-router/core@0.10.0...@pojo-router/core@0.10.1) (2024-11-24)
### 📦 Package
* Match any types/react ([3ea2b96](https://github.com/ntucker/anansi/commit/3ea2b96e1c702de9200481b1b57eccc67c6b8622))
## [0.10.0](https://github.com/ntucker/anansi/compare/@pojo-router/core@0.9.3...@pojo-router/core@0.10.0) (2024-09-29)

@@ -8,0 +14,0 @@

4

package.json
{
"name": "@pojo-router/core",
"version": "0.10.0",
"version": "0.10.1",
"description": "A React hooks library to associate metadata to a path",

@@ -60,3 +60,3 @@ "homepage": "https://github.com/ntucker/anansi/tree/master/packages/pojo-router#readme",

"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-0",
"@types/react": "*",
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0-0"

@@ -63,0 +63,0 @@ },