vue-useurl
Advanced tools
Comparing version 1.0.22 to 1.0.23
{ | ||
"name": "vue-useurl", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "Reactive Url Builder Hook for Vue.js Composition API", | ||
"main": "src/index.js", | ||
"types": "src/index.ts", | ||
"types": "src/index.d.ts", | ||
"scripts": { | ||
"test": "npx ts-node ./test/test.ts", | ||
"build": "npx tsc -b" | ||
"test_code": "npx ts-node ./test/test.ts", | ||
"test": "jest --config jestconfig.json", | ||
"build": "npx tsc -b", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"lint": "tslint -p tsconfig.json" | ||
}, | ||
@@ -15,2 +18,5 @@ "repository": { | ||
}, | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"keywords": [ | ||
@@ -60,8 +66,11 @@ "vue", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.21.0", | ||
"@typescript-eslint/parser": "^5.21.0", | ||
"@types/jest": "^27.4.1", | ||
"@vueuse/core": "^8.3.1", | ||
"eslint": "^8.14.0", | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^27.1.4", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.6.4" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12658
8
5
156
1