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

@unrouted/fetch

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unrouted/fetch - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

dist/index.d.cts

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { FetchOptions } from 'ohmyfetch';
import { FetchOptions } from 'ofetch';
import { GetRoutes, PostRoutes, PutRoutes, PatchRoutes, DeleteRoutes, OptionsRoutes } from '@unrouted/core';

@@ -18,2 +18,2 @@

export { $delete, $get, $options, $patch, $post, $put, MiddlewareOf, RoutesKey, TypedInternalResponse, ValueOf };
export { $delete, $get, $options, $patch, $post, $put, type MiddlewareOf, type RoutesKey, type TypedInternalResponse, type ValueOf };
{
"name": "@unrouted/fetch",
"version": "0.5.0",
"version": "0.6.0",
"author": "Harlan Wilton <harlan@harlanzw.com>",

@@ -20,4 +20,4 @@ "license": "MIT",

"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}

@@ -29,10 +29,10 @@ },

"files": [
"dist",
"*.d.ts"
"*.d.ts",
"dist"
],
"dependencies": {
"ohmyfetch": "^0.4.21"
"ofetch": "^1.3.3"
},
"devDependencies": {
"@unrouted/core": "0.5.0"
"@unrouted/core": "0.6.0"
},

@@ -39,0 +39,0 @@ "scripts": {

@@ -11,3 +11,2 @@ # @unrouted/core

const unrouted = await createUnrouted({ /* user options */ }, { /* provider options */ })
```

@@ -14,0 +13,0 @@

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