Socket
Socket
Sign inDemoInstall

@nestia/fetcher

Package Overview
Dependencies
Maintainers
0
Versions
402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestia/fetcher - npm Package Compare versions

Comparing version 3.2.4 to 3.2.5

1

lib/IConnection.d.ts

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

/// <reference lib="dom" />
import { IEncryptionPassword } from "./IEncryptionPassword";

@@ -2,0 +3,0 @@ import { IFetchEvent } from "./IFetchEvent";

4

lib/NestiaSimulator.d.ts

@@ -10,5 +10,5 @@ export declare namespace NestiaSimulator {

param: (name: string) => <T>(task: () => T) => void;
query: <T>(task: () => T) => void;
body: <T>(task: () => T) => void;
query: <T_1>(task: () => T_1) => void;
body: <T_2>(task: () => T_2) => void;
};
}
{
"name": "@nestia/fetcher",
"version": "3.2.4",
"version": "3.2.5",
"description": "Fetcher library of Nestia SDK",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"rimraf": "^3.0.2",
"typescript": "^5.4.2"
"typescript": "5.4.5"
},

@@ -36,0 +36,0 @@ "peerDependencies": {

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