Socket
Socket
Sign inDemoInstall

httpsnippet-lite

Package Overview
Dependencies
9
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

2

dist/types/helpers/url.d.ts

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

/// <reference types="node" />
/// <reference types="node" resolution-mode="require"/>
import type { ReducedHelperObject } from './reducer.js';

@@ -3,0 +3,0 @@ export declare function toSearchParams(obj: ReducedHelperObject): URLSearchParams;

{
"version": "3.0.3",
"version": "3.0.4",
"name": "httpsnippet-lite",

@@ -12,3 +12,3 @@ "description": "HTTP Request snippet generator for *most* languages",

"sideEffects": false,
"type": "commonjs",
"type": "module",
"main": "./dist/cjs/httpsnippet.js",

@@ -21,2 +21,3 @@ "module": "./dist/esm/httpsnippet.js",

"import": "./dist/esm/httpsnippet.js",
"module": "./dist/esm/httpsnippet.js",
"require": "./dist/cjs/httpsnippet.js"

@@ -56,3 +57,3 @@ }

"engines": {
"node": "^14.19.1 || ^16.14.2 || ^18.0.0"
"node": ">=14.13"
},

@@ -65,4 +66,4 @@ "repository": "P0lip/httpsnippet",

"lint": "npm run lint:prettify && npm run lint:code && npm run lint:markdown",
"lint:prettify": "prettier --write .",
"lint:code": "eslint . --ext ts,d.ts,test.ts --fix",
"lint:prettify": "prettier --config .prettierrc.cjs --check .",
"lint:code": "eslint . --ext ts,d.ts,test.ts",
"lint:markdown": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",

@@ -78,13 +79,12 @@ "build": "npm run build:cjs && npm run build:esm",

"@types/stringify-object": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.5.0",
"markdownlint-cli2": "^0.5.1",
"prettier": "^2.6.2",
"prettier": "^2.8.7",
"ts-jest": "^29.0.5",

@@ -91,0 +91,0 @@ "typescript": "^5.0.2"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc