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

retes

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retes - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0

3

dist/index.d.ts

@@ -43,4 +43,5 @@ /// <reference types="node" />

}
export { Routes, Response, CompoundResponse, Resource, ResponseBody, Request, Middleware, Handler, Pipeline, handle, route, };
export type { Routes, Response, CompoundResponse, Resource, ResponseBody, Request, Middleware, Handler, Pipeline, };
export { handle, route };
export * as response from "./response";
export { Routing } from "./routing";
{
"name": "retes",
"version": "0.19.0",
"version": "0.20.0",
"description": "Typed, Declarative, Data-Driven Routing for Node.js",

@@ -16,8 +16,8 @@ "main": "dist/index.js",

"@types/busboy": "^0.2.3",
"@types/debug": "^4.1.5",
"@types/node": "^15.12.3",
"@types/debug": "^4.1.6",
"@types/node": "^15.12.5",
"ava": "^3.15.0",
"axios": "^0.21.1",
"form-data": "^4.0.0",
"typescript": "4.3.2"
"typescript": "4.3.5"
},

@@ -24,0 +24,0 @@ "exports": {

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