🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

vue-string-directives

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-string-directives - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+1
-1
dist/vue-string-directives.js
/*!
* Vue String Directives v1.2.0
* Vue String Directives v1.2.1
* Homepage (https://tarkhov.github.io/vue-string-directives/)

@@ -4,0 +4,0 @@ * Copyright 2020-2026 Tarkhov

/*!
* Vue String Directives v1.2.0
* Vue String Directives v1.2.1
* Homepage (https://tarkhov.github.io/vue-string-directives/)

@@ -4,0 +4,0 @@ * Copyright 2020-2026 Tarkhov

{
"name": "vue-string-directives",
"version": "1.2.0",
"version": "1.2.1",
"description": "Vue string directives library can change form input value dynamically.",

@@ -9,2 +9,3 @@ "type": "module",

],
"types": "./dist/types/main.d.ts",
"main": "./dist/vue-string-directives.umd.cjs",

@@ -65,3 +66,3 @@ "module": "./dist/vue-string-directives.js",

"dependencies": {
"string-filters": "^0.3.5",
"string-filters": "^0.3.6",
"vue": "^3.5.24"

@@ -68,0 +69,0 @@ },

@@ -1,2 +0,2 @@

# Vue string directives
# Vue String Directives

@@ -45,6 +45,6 @@ Vue string directives library can change form input value dynamically. All languages are supported.

[Download](https://github.com/tarkhov/vue-string-directives/releases/download/v1.2.0/vue-string-directives.zip) package and unpack it or use following commands:
[Download](https://github.com/tarkhov/vue-string-directives/releases/download/v1.2.1/vue-string-directives.zip) package and unpack it or use following commands:
```bash
wget https://github.com/tarkhov/vue-string-directives/releases/download/v1.2.0/vue-string-directives.zip
wget https://github.com/tarkhov/vue-string-directives/releases/download/v1.2.1/vue-string-directives.zip
unzip vue-string-directives.zip

@@ -51,0 +51,0 @@ ```