build-url-ts
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "build-url-ts", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A small library that builds a URL given its components", | ||
@@ -49,22 +49,22 @@ "main": "./dist/build-url.js", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^15.0.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-replace": "^2.3.3", | ||
"@rollup/plugin-typescript": "5.0.2", | ||
"@types/eslint": "7.2.2", | ||
"@types/jasmine": "3.5.14", | ||
"@types/jest": "26.0.12", | ||
"@types/prettier": "2.1.0", | ||
"@typescript-eslint/eslint-plugin": "4.0.1", | ||
"@typescript-eslint/parser": "4.0.1", | ||
"eslint": "7.8.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"jest": "26.4.2", | ||
"prettier": "2.1.1", | ||
"rollup": "2.26.9", | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.1", | ||
"@rollup/plugin-replace": "^2.3.4", | ||
"@rollup/plugin-typescript": "8.1.0", | ||
"@types/eslint": "7.2.6", | ||
"@types/jasmine": "3.6.2", | ||
"@types/jest": "26.0.20", | ||
"@types/prettier": "2.1.6", | ||
"@typescript-eslint/eslint-plugin": "4.13.0", | ||
"@typescript-eslint/parser": "4.13.0", | ||
"eslint": "7.17.0", | ||
"eslint-config-prettier": "7.1.0", | ||
"jest": "26.6.3", | ||
"prettier": "2.2.1", | ||
"rollup": "2.36.1", | ||
"rollup-plugin-uglify": "^6.0.4", | ||
"ts-jest": "26.3.0", | ||
"tslib": "2.0.1", | ||
"typescript": "4.0.2" | ||
"ts-jest": "26.4.4", | ||
"tslib": "2.1.0", | ||
"typescript": "4.1.3" | ||
} | ||
} |
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
10065