build-url-ts
Advanced tools
Comparing version 6.1.3 to 6.1.4-feat-build.2
@@ -1,2 +0,2 @@ | ||
export declare type IQueryParams = Record<string, null | undefined | string | number | string[] | (string | number)[]>; | ||
export type IQueryParams = Record<string, null | undefined | string | number | string[] | (string | number)[]>; | ||
export declare function buildQueryString(queryParams: IQueryParams, lowerCase?: boolean, disableCSV?: boolean): string; | ||
@@ -3,0 +3,0 @@ export declare function appendPath(path: string | number, builtUrl: string, lowerCase?: boolean): string; |
{ | ||
"name": "build-url-ts", | ||
"version": "6.1.3", | ||
"version": "6.1.4-feat-build.2", | ||
"description": "A small library that builds a URL given its components", | ||
"main": "./dist/build-url.js", | ||
"types": "./dist/build-url.d.ts", | ||
"scripts": { | ||
"build": "rollup -c ./rollup.config.js", | ||
"build:prod": "NODE_ENV=production rollup -c ./rollup.config.js", | ||
"lint-js": "eslint src/**/*.ts", | ||
"prepublishOnly": "rm -rf dist/* && NODE_ENV=production rollup -c ./rollup.config.js", | ||
"test": "jest", | ||
"test-watch": "jest --watch", | ||
"prettier": "prettier --write '**/*.{ts,tsx,css,scss}'" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/meabed/build-url.git" | ||
}, | ||
"keywords": [ | ||
@@ -37,34 +22,53 @@ "url", | ||
], | ||
"author": "Steve Rydz", | ||
"homepage": "https://github.com/meabed/build-url-ts#readme", | ||
"bugs": { | ||
"url": "https://github.com/meabed/build-url-ts/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/meabed/build-url-ts.git" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Mohamed Meabed", | ||
"email": "mo@meabed.com", | ||
"url": "https://meabed.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Mohamed Meabed" | ||
"name": "Mohamed Meabed", | ||
"email": "mo@meabed.com", | ||
"url": "https://meabed.com" | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/meabed/build-url/issues" | ||
"main": "./dist/build-url.js", | ||
"types": "./dist/build-url.d.ts", | ||
"scripts": { | ||
"build": "rollup -c rollup.config.mjs", | ||
"build:prod": "NODE_ENV=production rollup -c rollup.config.mjs", | ||
"lint-js": "eslint src/**/*.ts", | ||
"prepublishOnly": "rm -rf dist/* && NODE_ENV=production rollup -c rollup.config.mjs", | ||
"prettier": "prettier --write '**/*.{ts,tsx,css,scss}'", | ||
"test": "jest", | ||
"test-watch": "jest --watch" | ||
}, | ||
"homepage": "https://github.com/meabed/build-url#readme", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-node-resolve": "^13.0.6", | ||
"@rollup/plugin-replace": "^3.0.0", | ||
"@rollup/plugin-typescript": "8.3.0", | ||
"@types/eslint": "8.2.1", | ||
"@types/jasmine": "3.10.2", | ||
"@types/jest": "27.0.3", | ||
"@types/prettier": "2.4.2", | ||
"@typescript-eslint/eslint-plugin": "5.5.0", | ||
"@typescript-eslint/parser": "5.5.0", | ||
"eslint": "8.4.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"jest": "27.4.3", | ||
"prettier": "2.5.0", | ||
"rollup": "2.60.2", | ||
"rollup-plugin-uglify": "^6.0.4", | ||
"ts-jest": "27.0.7", | ||
"tslib": "2.3.1", | ||
"typescript": "4.5.2" | ||
"@rollup/plugin-commonjs": "24.0.0", | ||
"@rollup/plugin-node-resolve": "15.0.1", | ||
"@rollup/plugin-replace": "5.0.2", | ||
"@rollup/plugin-typescript": "10.0.1", | ||
"@types/jasmine": "4.3.1", | ||
"@types/jest": "29.2.4", | ||
"@typescript-eslint/eslint-plugin": "5.47.0", | ||
"@typescript-eslint/parser": "5.47.0", | ||
"eslint": "8.30.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"jest": "29.3.1", | ||
"prettier": "2.8.1", | ||
"rollup": "3.8.1", | ||
"rollup-plugin-uglify": "6.0.4", | ||
"ts-jest": "29.0.3", | ||
"tslib": "2.4.1", | ||
"typescript": "4.9.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10570
17
0