Socket
Socket
Sign inDemoInstall

haystack-core

Package Overview
Dependencies
0
Maintainers
14
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.34 to 2.0.35

37

dist/core/HUri.d.ts

@@ -120,2 +120,39 @@ import { Kind } from './Kind';

toDict(): HDict;
/**
* Return the scheme being used or an empty string if it can't be found.
*/
get scheme(): string;
/**
* @returns The host name or an empty string if it can't be found.
*/
get hostname(): string;
/**
* @returns The port number being used or -1 if the port number can't
* be parsed for an unknown protocol.
*/
get port(): number;
/**
* @returns The pathname or an empty string if none can be found.
*/
get pathname(): string;
/**
* @returns The paths or an empty array if no paths can be found.
*/
get paths(): string[];
/**
* @return the fragment identifier or an empty string if it can't be found.
*/
get hash(): string;
/**
* @returns The whole query string.
*/
get query(): string;
/**
* @returns The parsed query object.
*/
get queryParams(): Record<string, string>;
/**
* @returns parse the URI query and return the result.
*/
private parse;
}

20

package.json

@@ -14,3 +14,3 @@ {

"email": "support@j2inn.com",
"version": "2.0.34",
"version": "2.0.35",
"module": "dist/index.es.js",

@@ -53,7 +53,7 @@ "main": "dist/index.js",

"@types/moment-timezone": "^0.5.30",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@types/node": "^18.7.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"copyfiles": "^2.4.1",
"eslint": "^8.20.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",

@@ -73,14 +73,14 @@ "eslint-plugin-prettier": "^4.2.1",

"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^6.0.1",
"prettier-eslint-cli": "^7.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.77.0",
"ts-jest": "^28.0.7",
"rollup": "^2.78.0",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.8",
"typedoc": "^0.23.10",
"typescript": "^4.7.4",
"typescript-eslint-parser": "^22.0.0",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc