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

@curi/core

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@curi/core - npm Package Compare versions

Comparing version 1.0.0-beta.8 to 1.0.0-beta.9

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.0.0-beta.9
* Fix `Params` type.
## 1.0.0-beta.8

@@ -2,0 +6,0 @@

2

package.json
{
"name": "@curi/core",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "A JavaScript router you can use with anywhere",

@@ -5,0 +5,0 @@ "main": "dist/curi.common.js",

@@ -1,6 +0,6 @@

export { Addon, Subscriber, SideEffect } from './interface';
export { Addon, Subscriber, SideEffect, Params } from './interface';
export { Route, RouteDescriptor, LoadModifiers } from './utils/createRoute';
export { Response, RedirectResponse, AnyResponse, Params } from './utils/createResponse';
export { Response, RedirectResponse, AnyResponse } from './utils/createResponse';
export { CuriConfig, ConfigOptions } from './createConfig';
import createConfig from './createConfig';
export default createConfig;
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