You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@what3words/vue-components

Package Overview
Dependencies
Maintainers
7
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@what3words/vue-components - npm Package Compare versions

Comparing version

to
5.0.1

dist/tsconfig.tsbuildinfo

28

package.json
{
"name": "@what3words/vue-components",
"version": "5.0.0",
"version": "5.0.1",
"private": false,

@@ -10,2 +10,9 @@ "main": "dist/index.js",

],
"scripts": {
"prepublishOnly": "npx --package-path=$PWD --strict=false publint-lint-package",
"clean": "npx del node_modules",
"prebuild": "npx del dist",
"build": "npm run tsc",
"tsc": "tsc -b . -f"
},
"publishConfig": {

@@ -15,18 +22,13 @@ "access": "public"

"dependencies": {
"@what3words/javascript-components": "5.0.0"
"@what3words/javascript-components": "*"
},
"devDependencies": {
"vue": "3",
"@what3words/tsconfig": "0.1.0",
"@w3w-internal/frontend-cli-utils": "0.1.0"
"@what3words/javascript-cli": "*",
"@tsconfig/recommended": "^1.0.8",
"typescript": "^5.4.5",
"vue": "3"
},
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"clean": "pnpm dlx rimraf .turbo node_modules",
"prebuild": "pnpm dlx rimraf dist",
"build": "npm run tsc",
"tsc": "tsc -b . -f"
}
}
"license": "ISC"
}

@@ -29,2 +29,3 @@ # <img src="https://what3words.com/assets/images/w3w_square_red.png" width="32" height="32" alt="what3words-logo">&nbsp;What3words Vue Components

<!-- begin:usage:what3words-autosuggest -->
### What3Words Autosuggest Component

@@ -35,3 +36,3 @@

```bash
npm install @what3words/vue-components@5.0.0
npm install @what3words/vue-components@5.0.1
```

@@ -101,4 +102,6 @@

```
<!-- end:usage:what3words-autosuggest -->
<!-- begin:usage:what3words-map -->
### What3Words Map Component

@@ -109,3 +112,3 @@

```bash
npm install @what3words/vue-components@5.0.0
npm install @what3words/vue-components@5.0.1
```

@@ -214,4 +217,6 @@

```
<!-- end:usage:what3words-map -->
<!-- begin:usage:what3words-notes -->
### What3Words Notes Component

@@ -222,3 +227,3 @@

```bash
npm install @what3words/vue-components@5.0.0
npm install @what3words/vue-components@5.0.1
```

@@ -275,7 +280,11 @@

```
<!-- end:usage:what3words-notes -->
<!-- begin:meta:build-information -->
##### Last Updated: 3/5/2025
##### Version: 5.0.0
##### Last Updated: 21/05/2025
##### Version: 5.0.1
<!-- end:meta:build-information -->