Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-useurl

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-useurl - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

lib/index.d.ts

23

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc