Socket
Socket
Sign inDemoInstall

@kksiuda/http-session

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kksiuda/http-session - npm Package Compare versions

Comparing version 0.9.9 to 0.9.10

2

dist/http-session.d.ts

@@ -8,3 +8,3 @@ /// <reference types="node" />

import { HttpHeaders } from './types';
interface HttpSessionObject<P = {
export interface HttpSessionObject<P = {
username: string;

@@ -11,0 +11,0 @@ password: string;

export type { Cookie } from './cookie';
export type { HttpMethod, HttpRequestData, HttpRequestDataType, HttpRequestOptions, HttpRequestResponse, HttpResponseDataType, HttpResponseType, } from './http-request';
export type { HttpSessionObject } from './http-session';
export { httpRequest } from './http-request';

@@ -4,0 +5,0 @@ export { HttpSession } from './http-session';

{
"name": "@kksiuda/http-session",
"version": "0.9.9",
"version": "0.9.10",
"description": "Http session and cookies management",

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

Sorry, the diff of this file is not supported yet

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