@-0/utils
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -1,2 +0,1 @@ | ||
import { URL_FULL, URL_SUBD, URL_DOMN, URL_QERY, URL_HASH, URL_PATH } from "@-0/keys"; | ||
export declare const URL2obj: (URL_full: string, prefixRGX?: any) => { | ||
@@ -3,0 +2,0 @@ URL_FULL: string; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "utilities for the `-0` org/framework built on @thi.ng/umbrella ecosystem", | ||
@@ -31,25 +31,24 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@-0/keys": "^0.3.3", | ||
"querystring": "^0.2.1" | ||
}, | ||
"peerDependencies": { | ||
"@-0/keys": "^0.3.2", | ||
"@thi.ng/checks": "^2.8.0", | ||
"@thi.ng/rstream": "^5.1.0" | ||
"@thi.ng/rstream": "^6.0.8" | ||
}, | ||
"devDependencies": { | ||
"@-0/keys": "^0.3.2", | ||
"@babel/plugin-transform-modules-commonjs": "^7.12.13", | ||
"@thi.ng/checks": "^2.8.0", | ||
"@thi.ng/rstream": "^5.1.0", | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.28", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"@-0/keys": "^0.3.3", | ||
"@babel/plugin-transform-modules-commonjs": "^7.14.0", | ||
"@thi.ng/checks": "^2.9.6", | ||
"@thi.ng/rstream": "^6.0.8", | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^15.3.0", | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"@typescript-eslint/parser": "^4.24.0", | ||
"babel-jest": "^26.6.3", | ||
"eslint": "^7.20.0", | ||
"eslint": "^7.26.0", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"ts-jest": "^26.5.1", | ||
"prettier": "^2.3.0", | ||
"ts-jest": "^26.5.6", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.5" | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -56,0 +55,0 @@ "publishConfig": { |
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
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
3
33853
772
+ Added@-0/keys@^0.3.3
+ Added@thi.ng/rstream@6.0.21(transitive)
- Removed@thi.ng/arrays@0.10.16(transitive)
- Removed@thi.ng/rstream@5.1.7(transitive)